From: Paul Parsons Date: Fri, 9 Mar 2012 14:57:56 +0000 (+0000) Subject: pxa/hx4700: Remove pcmcia platform_device structure X-Git-Tag: v3.4-rc1~88^2~3^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=63ecf0a9b55ada8c59ac10472c4468b46cf2e97a;p=karo-tx-linux.git 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 Acked-by: Philipp Zabel signed-off-by: Haojian Zhuang --- 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 @@ -787,17 +787,6 @@ static struct platform_device audio = { }; -/* - * PCMCIA - */ - -static struct platform_device pcmcia = { - .name = "hx4700-pcmcia", - .dev = { - .parent = &asic3.dev, - }, -}; - /* * Platform devices */ @@ -814,7 +803,6 @@ static struct platform_device *devices[] __initdata = { &power_supply, &strataflash, &audio, - &pcmcia, }; static struct gpio global_gpios[] = {