On Mon, Jul 06, 2009 at 09:05:09AM +0200, ext Gadiyar, Anand wrote: > From: Anand Gadiyar <gadiyar@xxxxxx> > > OMAP3: EHCI: Allow EHCI to work as a module again > > commit fc3c45ca seems to have broken EHCI as a module. Fix this. > > Signed-off-by: Anand Gadiyar <gadiyar@xxxxxx> hmm... that was a bad mistake :-s Acked-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> > --- > diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c > index 0fe26f2..56fc7f4 100644 > --- a/arch/arm/mach-omap2/usb-ehci.c > +++ b/arch/arm/mach-omap2/usb-ehci.c > @@ -27,7 +27,7 @@ > #include <mach/irqs.h> > #include <mach/usb.h> > > -#if defined(CONFIG_USB_EHCI_HCD) || #define(CONFIG_USB_EHCI_HCD_MODULE) > +#if defined(CONFIG_USB_EHCI_HCD) || defined(CONFIG_USB_EHCI_HCD_MODULE) > > static struct resource ehci_resources[] = { > { > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html