aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/s3c2412.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2020-08-06 20:20:37 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2020-08-19 21:40:14 +0200
commit0144e3fce3d601561fb51d0362316ca745c830df (patch)
treecc6f08d2d815bab5cbc35a5684cbc53ce03c0565 /arch/arm/mach-s3c24xx/s3c2412.c
parentARM: s3c64xx: remove mach/hardware.h (diff)
downloadlinux-dev-0144e3fce3d601561fb51d0362316ca745c830df.tar.xz
linux-dev-0144e3fce3d601561fb51d0362316ca745c830df.zip
ARM: s3c24xx: move regs-spi.h into spi driver
The file is mostly specific to the driver, the few bits that are actually used by the platform code get moved to mach/map.h instead. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20200806182059.2431-20-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c24xx/s3c2412.c')
-rw-r--r--arch/arm/mach-s3c24xx/s3c2412.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/s3c2412.c b/arch/arm/mach-s3c24xx/s3c2412.c
index 8fe4d4670dcb..c3fb3e6c0dd8 100644
--- a/arch/arm/mach-s3c24xx/s3c2412.c
+++ b/arch/arm/mach-s3c24xx/s3c2412.c
@@ -37,7 +37,6 @@
#include <plat/cpu-freq.h>
#include <plat/devs.h>
#include <plat/pm.h>
-#include <plat/regs-spi.h>
#include "common.h"
#include "nand-core.h"