diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-17 18:48:36 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-19 20:57:32 +0200 |
commit | 5b5858ef45906bbd71d8fc95e3bc30860b599620 (patch) | |
tree | 54387488f68230ed84eb0f2eb822a390aaa043c4 /arch/arm/mach-s3c24xx/Makefile | |
parent | 73dff51f575c7f48a8a115bf9648243912fb12e9 (diff) | |
download | lwn-5b5858ef45906bbd71d8fc95e3bc30860b599620.tar.gz lwn-5b5858ef45906bbd71d8fc95e3bc30860b599620.zip |
ARM: s3c24xx: drop s3c-camif setup platform code
The s3c-camif driver setup platform code does not have any users so it
can be safely removed.
Along with the code W=1 compile warnings go away:
arch/arm/mach-s3c24xx/setup-camif.c:28:5: warning: no previous prototype for 's3c_camif_gpio_get' [-Wmissing-prototypes]
arch/arm/mach-s3c24xx/setup-camif.c:56:6: warning: no previous prototype for 's3c_camif_gpio_put' [-Wmissing-prototypes]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c24xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/Makefile b/arch/arm/mach-s3c24xx/Makefile index 6692f2de71b2..fbebc5f775e7 100644 --- a/arch/arm/mach-s3c24xx/Makefile +++ b/arch/arm/mach-s3c24xx/Makefile @@ -97,4 +97,3 @@ obj-$(CONFIG_S3C2416_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o obj-$(CONFIG_S3C2443_SETUP_SPI) += setup-spi.o obj-$(CONFIG_ARCH_S3C24XX) += setup-i2c.o obj-$(CONFIG_S3C24XX_SETUP_TS) += setup-ts.o -obj-$(CONFIG_S3C_SETUP_CAMIF) += setup-camif.o |