commit | 07a18bd716ed5dea336429404b132568cfaaef95 | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <m.nazarewicz@samsung.com> | Thu Aug 12 17:43:54 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 22 10:21:25 2010 -0700 |
tree | 1ff7719e2e0e022cff3ed420bc1c332662a1a48c | |
parent | b0fca50f5a94a268ed02cfddf44448051ed9343f [diff] |
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 <m.nazarewicz@samsung.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>