Re: [PATCH 09/16] USB: EHCI: mark ehci_orion_conf_mbus_windows __devinit

2012-10-05 Thread Alan Stern
On Fri, 5 Oct 2012, Arnd Bergmann wrote: > The __devinit section is going away soon, but while it's > still there, we get a correct warning about > ehci_orion_conf_mbus_windows being discarded before > its caller, so it should be marked __devinit rather than > __init. > > Without this patch, buil

[PATCH 09/16] USB: EHCI: mark ehci_orion_conf_mbus_windows __devinit

2012-10-05 Thread Arnd Bergmann
The __devinit section is going away soon, but while it's still there, we get a correct warning about ehci_orion_conf_mbus_windows being discarded before its caller, so it should be marked __devinit rather than __init. Without this patch, building dove_defconfig results in: WARNING: drivers/usb/ho