projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd7667a
)
ARM: OMAP: Fix compile for palmte
author
Tony Lindgren
<tony@atomide.com>
Thu, 15 Jan 2009 11:09:52 +0000
(13:09 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 15 Jan 2009 11:09:52 +0000
(13:09 +0200)
Remove old MMC platform init code accidentally
left behind.
Patches are welcome to the new style MMC init code.
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/board-palmte.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap1/board-palmte.c
b/arch/arm/mach-omap1/board-palmte.c
index 75e32d35afd9301888e55f8dbb177ffc566268c0..00322f42f455575f78e7ef3d18fbc710ec98ce1a 100644
(file)
--- a/
arch/arm/mach-omap1/board-palmte.c
+++ b/
arch/arm/mach-omap1/board-palmte.c
@@
-195,15
+195,6
@@
static struct omap_usb_config palmte_usb_config __initdata = {
.pins[0] = 2,
};
-static struct omap_mmc_config palmte_mmc_config __initdata = {
- .mmc[0] = {
- .enabled = 1,
- .wp_pin = PALMTE_MMC_WP_GPIO,
- .power_pin = PALMTE_MMC_POWER_GPIO,
- .switch_pin = PALMTE_MMC_SWITCH_GPIO,
- },
-};
-
static struct omap_lcd_config palmte_lcd_config __initdata = {
.ctrl_name = "internal",
};