diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-06 21:20:18 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-17 19:54:33 +0300 |
commit | 903bfd46d04908900584fbe270995ca38f062f40 (patch) | |
tree | b6d13fc49eda44f549150a0604b176931b0ddc2e /arch/arm/mach-s3c24xx/simtec-usb.c | |
parent | 455102d435a01bfed582f233b56a3338b608f2f2 (diff) | |
download | linux-903bfd46d04908900584fbe270995ca38f062f40.tar.xz |
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/simtec-usb.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/simtec-usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/simtec-usb.c b/arch/arm/mach-s3c24xx/simtec-usb.c index dc1016ffed94..3488988316a8 100644 --- a/arch/arm/mach-s3c24xx/simtec-usb.c +++ b/arch/arm/mach-s3c24xx/simtec-usb.c @@ -23,7 +23,6 @@ #include <asm/mach/map.h> #include <asm/mach/irq.h> -#include <mach/hardware.h> #include <mach/gpio-samsung.h> #include <asm/irq.h> |