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/gpio-core.h | |
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/gpio-core.h')
-rw-r--r-- | arch/arm/mach-s3c/gpio-core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c/gpio-core.h b/arch/arm/mach-s3c/gpio-core.h index b361c8c0d669..6801c85fb9da 100644 --- a/arch/arm/mach-s3c/gpio-core.h +++ b/arch/arm/mach-s3c/gpio-core.h @@ -93,9 +93,6 @@ static inline struct samsung_gpio_chip *to_samsung_gpio(struct gpio_chip *gpc) */ extern int samsung_gpiolib_to_irq(struct gpio_chip *chip, unsigned int offset); -/* exported for core SoC support to change */ -extern struct samsung_gpio_cfg s3c24xx_gpiocfg_default; - #ifdef CONFIG_S3C_GPIO_TRACK extern struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END]; |