2010-06-30 16:00:29

by Christoph Egger

[permalink] [raw]
Subject: [PATCH 20/33] 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 <[email protected]>
---
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 85d7fb8..f0c2701 100644
--- a/arch/arm/mach-omap2/board-h4.c
+++ b/arch/arm/mach-omap2/board-h4.c
@@ -272,11 +272,6 @@ static struct omap_lcd_config h4_lcd_config __initdata = {
};

static struct omap_usb_config h4_usb_config __initdata = {
-#ifdef CONFIG_MACH_OMAP2_H4_USB1
- /* NOTE: usb1 could also be used with 3 wire signaling */
- .pins[1] = 4,
-#endif
-
/* S1.10 OFF -- usb "download port"
* usb0 switched to Mini-B port and isp1105 transceiver;
* S2.POS3 = ON, S2.POS4 = OFF ... to enable battery charging
--
1.7.0.4


2010-07-01 07:38:58

by Felipe Balbi

[permalink] [raw]
Subject: Re: [PATCH 20/33] Removing dead MACH_OMAP2_H4_USB1

On Wed, Jun 30, 2010 at 06:00:23PM +0200, ext Christoph Egger wrote:
>MACH_OMAP2_H4_USB1 doesn't exist in Kconfig, therefore removing all
>references for it from the source code.
>
>Signed-off-by: Christoph Egger <[email protected]>

Does this apply on top of Tony's recent patches ??

--
balbi

DefectiveByDesign.org

2010-07-05 08:55:35

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH 20/33] Removing dead MACH_OMAP2_H4_USB1

* Felipe Balbi <[email protected]> [100701 10:32]:
> On Wed, Jun 30, 2010 at 06:00:23PM +0200, ext Christoph Egger wrote:
> >MACH_OMAP2_H4_USB1 doesn't exist in Kconfig, therefore removing all
> >references for it from the source code.
> >
> >Signed-off-by: Christoph Egger <[email protected]>
>
> Does this apply on top of Tony's recent patches ??

Yes, I've applied both this and the previous patch.

Tony