aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-04-01 11:24:30 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-13 16:31:12 -0700
commit3ab810f19d71f4083be44b41770bcd784ff82e51 (patch)
tree82609c9b197967b79040f58584d07e26720e672b /drivers/Makefile
parentUSB: sl811: add Kconfig option for ISOCHRONOUS mode (diff)
downloadlinux-dev-3ab810f19d71f4083be44b41770bcd784ff82e51.tar.xz
linux-dev-3ab810f19d71f4083be44b41770bcd784ff82e51.zip
usb gadget: fix all Section mismatch warnings
Fix 41 occurrences of this type of Section mismatch warning in g_mass_storage, g_serial, g_cdc, g_multi, g_nokia, g_ether, g_ffs: (the 75 number reported earlier contained some duplicates.) WARNING: drivers/usb/gadget/g_mass_storage.o(.text+0x687a): Section mismatch in reference from the function fsg_bind() to the function .devinit.text:usb_ep_autoconfig() The function fsg_bind() references the function __devinit usb_ep_autoconfig(). This is often because fsg_bind lacks a __devinit annotation or the annotation of usb_ep_autoconfig is wrong. Also remove __devinit from usb_ep_autoconfig_reset() to prevent possible section mismatch problems with it. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/Makefile')
0 files changed, 0 insertions, 0 deletions