diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-08-06 21:20:36 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-19 22:38:11 +0300 |
commit | a07c4a8c169bc072cceeda1c98a7c37fdde498a3 (patch) | |
tree | 4f3c87087c595c8e7f18356ddc4fe9aaa889eb80 /arch/arm/mach-s3c64xx/mach-smdk6400.c | |
parent | db8230d29c3afe66fa5eb8dbe648a1290941ef82 (diff) | |
download | linux-a07c4a8c169bc072cceeda1c98a7c37fdde498a3.tar.xz |
ARM: s3c64xx: remove mach/hardware.h
This header is empty and conflicts with the s3c24xx version
of the same file when we merge the two, so stop including it.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20200806182059.2431-19-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smdk6400.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6400.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6400.c b/arch/arm/mach-s3c64xx/mach-smdk6400.c index d24899dd3883..ca033450ab8c 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6400.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6400.c @@ -23,7 +23,6 @@ #include <asm/mach/irq.h> #include <mach/irqs.h> -#include <mach/hardware.h> #include <mach/map.h> #include <plat/devs.h> |