aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@gmail.com>2009-12-22 07:29:40 -0500
committerEric Miao <eric.y.miao@gmail.com>2009-12-29 14:11:34 +0800
commitf91e4906e26c053ab2ea6067c6354e49b71d8fa9 (patch)
treeede7d80749a703cfc84de85dbc392ecba5f49533 /arch/arm/mach-pxa/include
parent[ARM] pxa/ttc_dkb: remove duplicate macro definition (diff)
downloadlinux-dev-f91e4906e26c053ab2ea6067c6354e49b71d8fa9.tar.xz
linux-dev-f91e4906e26c053ab2ea6067c6354e49b71d8fa9.zip
[ARM] pxa/zylonite: simplify reduntant gpio settings on mmc slot
PXA mmc host driver supports card detect, read only and power gpio pin setting already. Zylonite platform driver needn't implement this any more. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/include')
-rw-r--r--arch/arm/mach-pxa/include/mach/zylonite.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-pxa/include/mach/zylonite.h b/arch/arm/mach-pxa/include/mach/zylonite.h
index bf6785adccf4..9edf645368d6 100644
--- a/arch/arm/mach-pxa/include/mach/zylonite.h
+++ b/arch/arm/mach-pxa/include/mach/zylonite.h
@@ -8,13 +8,6 @@
/* the following variables are processor specific and initialized
* by the corresponding zylonite_pxa3xx_init()
*/
-struct platform_mmc_slot {
- int gpio_cd;
- int gpio_wp;
-};
-
-extern struct platform_mmc_slot zylonite_mmc_slot[];
-
extern int gpio_eth_irq;
extern int gpio_debug_led1;
extern int gpio_debug_led2;