ARM: S3C24XX: remove unused spi gpio setup functions
authorHeiko Stuebner <heiko@sntech.de>
Fri, 27 Jan 2012 07:28:29 +0000 (16:28 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 27 Jan 2012 07:29:33 +0000 (16:29 +0900)
commit0f78b2443a654afad7c5efdf0157c80747078682
tree849dca7186212d1fa353c6bd9dd8f2be9a3d9c95
parentdcd6c92267155e70a94b3927bce681ce74b80d1f
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>
arch/arm/mach-s3c2410/include/mach/spi.h
arch/arm/plat-s3c24xx/Kconfig
arch/arm/plat-s3c24xx/Makefile
arch/arm/plat-s3c24xx/spi-bus0-gpe11_12_13.c [deleted file]
arch/arm/plat-s3c24xx/spi-bus1-gpd8_9_10.c [deleted file]
arch/arm/plat-s3c24xx/spi-bus1-gpg5_6_7.c [deleted file]