Skip to content

Commit

Permalink
pxa/hx4700: Remove pcmcia platform_device structure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Parsons authored and Haojian Zhuang committed Mar 14, 2012
1 parent cd419cf commit 63ecf0a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions arch/arm/mach-pxa/hx4700.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,17 +787,6 @@ static struct platform_device audio = {
};


/*
* PCMCIA
*/

static struct platform_device pcmcia = {
.name = "hx4700-pcmcia",
.dev = {
.parent = &asic3.dev,
},
};

/*
* Platform devices
*/
Expand All @@ -814,7 +803,6 @@ static struct platform_device *devices[] __initdata = {
&power_supply,
&strataflash,
&audio,
&pcmcia,
};

static struct gpio global_gpios[] = {
Expand Down

0 comments on commit 63ecf0a

Please sign in to comment.