aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/setup-i2c.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-08-06 20:20:18 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2020-08-17 18:54:33 +0200
commit903bfd46d04908900584fbe270995ca38f062f40 (patch)
treeb6d13fc49eda44f549150a0604b176931b0ddc2e /arch/arm/mach-s3c24xx/setup-i2c.c
parentARM: s3c24xx: ts: document function argument (diff)
downloadlinux-dev-903bfd46d04908900584fbe270995ca38f062f40.tar.xz
linux-dev-903bfd46d04908900584fbe270995ca38f062f40.zip
ARM: s3c: remove unneeded machine header includes
Not all units use the contents of mach/hardware.h and mach/dma.h. Remove these includes when not needed. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-s3c24xx/setup-i2c.c')
-rw-r--r--arch/arm/mach-s3c24xx/setup-i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/setup-i2c.c b/arch/arm/mach-s3c24xx/setup-i2c.c
index 1a01d44b5910..1be5372e0261 100644
--- a/arch/arm/mach-s3c24xx/setup-i2c.c
+++ b/arch/arm/mach-s3c24xx/setup-i2c.c
@@ -12,7 +12,6 @@ struct platform_device;
#include <plat/gpio-cfg.h>
#include <linux/platform_data/i2c-s3c2410.h>
-#include <mach/hardware.h>
#include <mach/regs-gpio.h>
#include <mach/gpio-samsung.h>