ARM: s3c: make headers local if possible
A lot of header files are only used internally now, so they can be moved to mach-s3c, out of the visibility of drivers. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20200806182059.2431-40-krzk@kernel.org [krzk: Rebase and fixup leds-s3c24xx driver] Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
71b9114d2c
commit
c6ff132d42
@@ -33,10 +33,10 @@
|
||||
#include <linux/platform_data/fb-s3c2410.h>
|
||||
#include <asm/mach-types.h>
|
||||
|
||||
#include <mach/regs-gpio.h>
|
||||
#include "regs-gpio.h"
|
||||
#include <linux/platform_data/leds-s3c24xx.h>
|
||||
#include <mach/irqs.h>
|
||||
#include <mach/gpio-samsung.h>
|
||||
#include "gpio-samsung.h"
|
||||
#include <linux/platform_data/mtd-nand-s3c2410.h>
|
||||
#include <linux/platform_data/i2c-s3c2410.h>
|
||||
#include <linux/platform_data/mmc-s3cmci.h>
|
||||
@@ -47,9 +47,9 @@
|
||||
#include <linux/mtd/nand_ecc.h>
|
||||
#include <linux/mtd/partitions.h>
|
||||
|
||||
#include <plat/gpio-cfg.h>
|
||||
#include <plat/devs.h>
|
||||
#include <plat/cpu.h>
|
||||
#include "gpio-cfg.h"
|
||||
#include "devs.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#include <sound/s3c24xx_uda134x.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user