From: Uwe Kleine-König Date: Thu, 12 Aug 2010 15:43:55 +0000 (+0200) Subject: usb gadget: don't save bind callback in struct usb_configuration X-Git-Tag: v2.6.37-rc1~154^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9bfff9c98671ad50e4abbfe1ab606a9957f7539;p=pandora-kernel.git usb gadget: don't save bind callback in struct usb_configuration 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 configuration structure. This fixes many section mismatches reported by modpost. Signed-off-by: Uwe Kleine-König [m.nazarewicz@samsung.com: updated for -next] Signed-off-by: Michał Nazarewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed