On Tue, Apr 23, 2013 at 06:30:51PM +0200, Arnd Bergmann wrote: > It makes no sense for a symbol to be both exported and marked __init, > because any users in modules would be calling this function after > it gets discarded. Further, this patch revolves a section mismatch > warning from usbhs_init_phys(), which is intentionally not marked > __init: > > WARNING: vmlinux.o(.text+0x413f8): Section mismatch in reference from > the function usbhs_init_phys() to the function .init.text:usb_bind_phy() > > Signed-off-by: Arnd Bergmann <a...@arndb.de> > Cc: Alan Stern <st...@rowland.harvard.edu> > Cc: Felipe Balbi <ba...@ti.com> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: linux-...@vger.kernel.org > --- > drivers/usb/otg/otg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
What tree has this file? It's not mine :( -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/