commit | c9bfff9c98671ad50e4abbfe1ab606a9957f7539 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Thu Aug 12 17:43:55 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 22 10:21:26 2010 -0700 |
tree | 68ca78391c78bde1a82000e34eec70866f5c956e | |
parent | 07a18bd716ed5dea336429404b132568cfaaef95 [diff] |
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 <u.kleine-koenig@pengutronix.de> [m.nazarewicz@samsung.com: updated for -next] Signed-off-by: Michał Nazarewicz <m.nazarewicz@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>