提交 63ecf0a9 编写于 作者: P Paul Parsons 提交者: Haojian Zhuang

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: NPaul Parsons <lost.distance@yahoo.com>
Acked-by: NPhilipp Zabel <philipp.zabel@gmail.com>
signed-off-by: NHaojian Zhuang <haojian.zhuang@gmail.com>
上级 cd419cf9
...@@ -787,17 +787,6 @@ static struct platform_device audio = { ...@@ -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 = { ...@@ -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[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册