aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorPaul Parsons <lost.distance@yahoo.com>2012-03-09 09:57:56 -0500
committerHaojian Zhuang <haojian.zhuang@gmail.com>2012-03-14 04:54:11 -0400
commit63ecf0a9b55ada8c59ac10472c4468b46cf2e97a (patch)
treec8eaeae1e136c8bc611988e1551181c05f34949e /arch/arm/mach-pxa
parentcd419cf922bdb50d33c98c9a0c81f51a40609f66 (diff)
pxa/hx4700: Remove pcmcia platform_device structure
The existing pcmcia platform_device structure is not used and is not needed by the pending hx4700 PCMCIA/CF support. So let's remove it. Signed-off-by: Paul Parsons <lost.distance@yahoo.com> Acked-by: Philipp Zabel <philipp.zabel@gmail.com> signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/hx4700.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
index f49043cbab10..0e7806a7e971 100644
--- a/arch/arm/mach-pxa/hx4700.c
+++ b/arch/arm/mach-pxa/hx4700.c
@@ -788,17 +788,6 @@ static struct platform_device audio = {
788 788
789 789
790/* 790/*
791 * PCMCIA
792 */
793
794static struct platform_device pcmcia = {
795 .name = "hx4700-pcmcia",
796 .dev = {
797 .parent = &asic3.dev,
798 },
799};
800
801/*
802 * Platform devices 791 * Platform devices
803 */ 792 */
804 793
@@ -814,7 +803,6 @@ static struct platform_device *devices[] __initdata = {
814 &power_supply, 803 &power_supply,
815 &strataflash, 804 &strataflash,
816 &audio, 805 &audio,
817 &pcmcia,
818}; 806};
819 807
820static struct gpio global_gpios[] = { 808static struct gpio global_gpios[] = {