summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c24xx/Makefile
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2012-01-27 16:28:29 +0900
committerKukjin Kim <kgene.kim@samsung.com>2012-01-27 16:29:33 +0900
commit0f78b2443a654afad7c5efdf0157c80747078682 (patch)
tree849dca7186212d1fa353c6bd9dd8f2be9a3d9c95 /arch/arm/plat-s3c24xx/Makefile
parentdcd6c92267155e70a94b3927bce681ce74b80d1f (diff)
downloadlinux-3.10-0f78b2443a654afad7c5efdf0157c80747078682.tar.gz
linux-3.10-0f78b2443a654afad7c5efdf0157c80747078682.tar.bz2
linux-3.10-0f78b2443a654afad7c5efdf0157c80747078682.zip
ARM: S3C24XX: remove unused spi gpio setup functions
A grep through the kernel source revealed that neither the config-options nor the defined functions are used anywhere in the kernel. There was also no activity in this regard through the last kernel releases, so it seems this situation will not change in the future. Therefore this patch removes this seemingly dead code. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Makefile')
-rw-r--r--arch/arm/plat-s3c24xx/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile
index b2b01125de6..7cefd7f9d57 100644
--- a/arch/arm/plat-s3c24xx/Makefile
+++ b/arch/arm/plat-s3c24xx/Makefile
@@ -38,12 +38,6 @@ obj-$(CONFIG_S3C2410_CPUFREQ_UTILS) += s3c2410-cpufreq-utils.o
obj-$(CONFIG_ARCH_S3C2410) += setup-i2c.o
obj-$(CONFIG_S3C2410_SETUP_TS) += setup-ts.o
-# SPI gpio central GPIO functions
-
-obj-$(CONFIG_S3C24XX_SPI_BUS0_GPE11_GPE12_GPE13) += spi-bus0-gpe11_12_13.o
-obj-$(CONFIG_S3C24XX_SPI_BUS1_GPG5_GPG6_GPG7) += spi-bus1-gpg5_6_7.o
-obj-$(CONFIG_S3C24XX_SPI_BUS1_GPD8_GPD9_GPD10) += spi-bus1-gpd8_9_10.o
-
# machine common support
obj-$(CONFIG_MACH_SMDK) += common-smdk.o