diff options
author | Christoph Egger <siccegge@cs.fau.de> | 2010-07-05 09:31:55 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 10:03:59 -0400 |
commit | 847e951b99fc42056685c87d742851d2e6fbdead (patch) | |
tree | e835211d4b667a0f566b1c381c77d9f72d0540e3 /arch/arm/mach-omap2/board-h4.c | |
parent | 267ecec95f7d215d2da38252640b06198515acc3 (diff) |
Removing dead MACH_OMAP2_H4_USB1
MACH_OMAP2_H4_USB1 doesn't exist in Kconfig, therefore removing all
references for it from the source code.
Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-h4.c')
-rw-r--r-- | arch/arm/mach-omap2/board-h4.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index 980ae032f914..3240c6a7d9e7 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c | |||
@@ -273,11 +273,6 @@ static struct omap_lcd_config h4_lcd_config __initdata = { | |||
273 | }; | 273 | }; |
274 | 274 | ||
275 | static struct omap_usb_config h4_usb_config __initdata = { | 275 | static struct omap_usb_config h4_usb_config __initdata = { |
276 | #ifdef CONFIG_MACH_OMAP2_H4_USB1 | ||
277 | /* NOTE: usb1 could also be used with 3 wire signaling */ | ||
278 | .pins[1] = 4, | ||
279 | #endif | ||
280 | |||
281 | /* S1.10 OFF -- usb "download port" | 276 | /* S1.10 OFF -- usb "download port" |
282 | * usb0 switched to Mini-B port and isp1105 transceiver; | 277 | * usb0 switched to Mini-B port and isp1105 transceiver; |
283 | * S2.POS3 = ON, S2.POS4 = OFF ... to enable battery charging | 278 | * S2.POS3 = ON, S2.POS4 = OFF ... to enable battery charging |