diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-08-06 21:20:37 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-19 22:40:14 +0300 |
commit | 0144e3fce3d601561fb51d0362316ca745c830df (patch) | |
tree | cc6f08d2d815bab5cbc35a5684cbc53ce03c0565 /drivers/spi/spi-s3c24xx.c | |
parent | a07c4a8c169bc072cceeda1c98a7c37fdde498a3 (diff) | |
download | linux-0144e3fce3d601561fb51d0362316ca745c830df.tar.xz |
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 'drivers/spi/spi-s3c24xx.c')
-rw-r--r-- | drivers/spi/spi-s3c24xx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/spi-s3c24xx.c b/drivers/spi/spi-s3c24xx.c index 2cb3b611c294..0691248c7c0d 100644 --- a/drivers/spi/spi-s3c24xx.c +++ b/drivers/spi/spi-s3c24xx.c @@ -21,10 +21,9 @@ #include <linux/spi/s3c24xx.h> #include <linux/module.h> -#include <plat/regs-spi.h> - #include <asm/fiq.h> +#include "spi-s3c24xx-regs.h" #include "spi-s3c24xx-fiq.h" /** |