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>
This commit is contained in:
parent
cd419cf922
commit
63ecf0a9b5
1 changed files with 0 additions and 12 deletions
|
@ -787,17 +787,6 @@ static struct platform_device audio = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* PCMCIA
|
|
||||||
*/
|
|
||||||
|
|
||||||
static struct platform_device pcmcia = {
|
|
||||||
.name = "hx4700-pcmcia",
|
|
||||||
.dev = {
|
|
||||||
.parent = &asic3.dev,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Platform devices
|
* Platform devices
|
||||||
*/
|
*/
|
||||||
|
@ -814,7 +803,6 @@ static struct platform_device *devices[] __initdata = {
|
||||||
&power_supply,
|
&power_supply,
|
||||||
&strataflash,
|
&strataflash,
|
||||||
&audio,
|
&audio,
|
||||||
&pcmcia,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct gpio global_gpios[] = {
|
static struct gpio global_gpios[] = {
|
||||||
|
|
Loading…
Reference in a new issue