diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-29 16:18:41 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 09:26:05 +0100 |
commit | 0d297df03890c385195fcf827432eb44f5b5918d (patch) | |
tree | eeaab3cc247b71b201d02aa54b5be73e514aa406 /arch/arm/mach-s3c/s3c6410.c | |
parent | cc146410f9a4abae417b476ea1631089c0ddd171 (diff) | |
download | linux-0d297df03890c385195fcf827432eb44f5b5918d.tar.gz linux-0d297df03890c385195fcf827432eb44f5b5918d.tar.bz2 linux-0d297df03890c385195fcf827432eb44f5b5918d.zip |
ARM: s3c: simplify platform code
Following down the now unused symbols and header files, some additional
content can be dropped that is used by neither the s3c64xx DT support
nor the crag6410 board.
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-s3c/s3c6410.c')
-rw-r--r-- | arch/arm/mach-s3c/s3c6410.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-s3c/s3c6410.c b/arch/arm/mach-s3c/s3c6410.c index dae17d5fd092..e79f18d0ca81 100644 --- a/arch/arm/mach-s3c/s3c6410.c +++ b/arch/arm/mach-s3c/s3c6410.c @@ -35,12 +35,9 @@ #include "cpu.h" #include "devs.h" #include "sdhci.h" -#include "adc-core.h" #include "iic-core.h" -#include "ata-core-s3c64xx.h" #include "s3c64xx.h" -#include "onenand-core-s3c64xx.h" void __init s3c6410_map_io(void) { @@ -52,12 +49,6 @@ void __init s3c6410_map_io(void) /* the i2c devices are directly compatible with s3c2440 */ s3c_i2c0_setname("s3c2440-i2c"); s3c_i2c1_setname("s3c2440-i2c"); - - s3c_adc_setname("s3c64xx-adc"); - s3c_device_nand.name = "s3c6400-nand"; - s3c_onenand_setname("s3c6410-onenand"); - s3c64xx_onenand1_setname("s3c6410-onenand"); - s3c_cfcon_setname("s3c64xx-pata"); } void __init s3c6410_init_irq(void) |