From: Michal Nazarewicz Date: Thu, 12 Aug 2010 15:43:54 +0000 (+0200) Subject: usb gadget: don't save bind callback in struct usb_composite_driver X-Git-Tag: v2.6.37-rc1~154^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a18bd716ed5dea336429404b132568cfaaef95;p=pandora-kernel.git usb gadget: don't save bind callback in struct usb_composite_driver The bind function is most of the time only called at init time so there is no need to save a pointer to it in the composite driver structure. This fixes many section mismatches reported by modpost. Signed-off-by: Michał Nazarewicz Acked-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed