Commit 0e3c41b1 authored by Ladislav Michl's avatar Ladislav Michl Committed by Tony Lindgren

[PATCH] ARM: OMAP: Small voiceblue update

Small voiceblue update
Signed-off-by: default avatarLadislav Michl <MICHL@2n.cz>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 9f364c3b
...@@ -143,7 +143,7 @@ static struct omap_usb_config voiceblue_usb_config __initdata = { ...@@ -143,7 +143,7 @@ static struct omap_usb_config voiceblue_usb_config __initdata = {
.pins[2] = 6, .pins[2] = 6,
}; };
static struct omap_mmc_config voiceblue_mmc_config = { static struct omap_mmc_config voiceblue_mmc_config __initdata = {
.mmc_blocks = 1, .mmc_blocks = 1,
.mmc1_power_pin = 2, .mmc1_power_pin = 2,
.mmc1_switch_pin = -1, .mmc1_switch_pin = -1,
......
...@@ -11,11 +11,6 @@ ...@@ -11,11 +11,6 @@
#ifndef __ASM_ARCH_VOICEBLUE_H #ifndef __ASM_ARCH_VOICEBLUE_H
#define __ASM_ARCH_VOICEBLUE_H #define __ASM_ARCH_VOICEBLUE_H
#if (EXTERNAL_MAX_NR_PORTS < 4)
#undef EXTERNAL_MAX_NR_PORTS
#define EXTERNAL_MAX_NR_PORTS 4
#endif
extern void voiceblue_wdt_enable(void); extern void voiceblue_wdt_enable(void);
extern void voiceblue_wdt_disable(void); extern void voiceblue_wdt_disable(void);
extern void voiceblue_wdt_ping(void); extern void voiceblue_wdt_ping(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment