Re: [patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module

2013-04-26 Thread David Rientjes
On Fri, 26 Apr 2013, Greg Kroah-Hartman wrote: > > It's your subsystem, if you want to release a kernel with a known-broken > > config, that's your call. > > As you point out, it's been "known broken" since 3.7, no rush now to fix > it, especially so late in the merge window. :) > It's "known

Re: [patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module

2013-04-26 Thread Greg Kroah-Hartman
On Fri, Apr 26, 2013 at 02:50:56PM -0700, David Rientjes wrote: > On Fri, 26 Apr 2013, Greg Kroah-Hartman wrote: > > > I think you mean "3.9" in your subject: right? > > > > It's your subsystem, if you want to release a kernel with a known-broken > config, that's your call. As you point out, i

Re: [patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module

2013-04-26 Thread David Rientjes
On Fri, 26 Apr 2013, Greg Kroah-Hartman wrote: > I think you mean "3.9" in your subject: right? > It's your subsystem, if you want to release a kernel with a known-broken config, that's your call. > On Fri, Apr 26, 2013 at 01:25:01PM -0700, David Rientjes wrote: > > Fixes link error when USB_E

Re: [patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module

2013-04-26 Thread Greg Kroah-Hartman
I think you mean "3.9" in your subject: right? On Fri, Apr 26, 2013 at 01:25:01PM -0700, David Rientjes wrote: > Fixes link error when USB_EHCI_HCD=m and USB_CHIPIDEA_HOST=y: > > drivers/built-in.o: In function `ci_hdrc_host_init': > drivers/usb/chipidea/host.c:104: undefined referenc

[patch for-3.8-rc8] usb, chipidea: fix link error when USB_EHCI_HCD is a module

2013-04-26 Thread David Rientjes
Fixes link error when USB_EHCI_HCD=m and USB_CHIPIDEA_HOST=y: drivers/built-in.o: In function `ci_hdrc_host_init': drivers/usb/chipidea/host.c:104: undefined reference to `ehci_init_driver' as a result of commit 09f6ffde2ece ("USB: EHCI: fix build error by making ChipIdea host a