Re: Section mismatch warning with linux next in usbhs_init_phys()

2013-04-29 Thread Felipe Balbi
On Thu, Apr 11, 2013 at 11:32:01AM -0700, Tony Lindgren wrote: > Hi Roger, > > Looks like there's a section mismatch issue in linux next: > > WARNING: vmlinux.o(.text+0x2a7b4): Section mismatch in reference from the > function usbhs_init_phys() to the function .init.text:usb_bind_phy() > The fun

Section mismatch warning with linux next in usbhs_init_phys()

2013-04-11 Thread Tony Lindgren
Hi Roger, Looks like there's a section mismatch issue in linux next: WARNING: vmlinux.o(.text+0x2a7b4): Section mismatch in reference from the function usbhs_init_phys() to the function .init.text:usb_bind_phy() The function usbhs_init_phys() references the function __init usb_bind_phy(). This i