Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63ecf0a9 authored by Paul Parsons's avatar Paul Parsons Committed by Haojian Zhuang
Browse files

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: default avatarPaul Parsons <lost.distance@yahoo.com>
Acked-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@gmail.com>
parent cd419cf9
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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[] = {