Skip to content

Commit

Permalink
ARM: OMAP: Fix compile for palmte
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Lindgren committed Jan 15, 2009
1 parent dd7667a commit dc0e88c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/arm/mach-omap1/board-palmte.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Expand Down

0 comments on commit dc0e88c

Please sign in to comment.