1
0
Fork 0
alistair23-linux/drivers/staging/emxx_udc
Arnd Bergmann 0bf048abeb staging: emxx_udc: allow modular build
A change to the usb gadget core allowed certain API functions to be
part of a loadable module, which breaks having emxx_udc built-in:

drivers/staging/built-in.o: In function `nbu2ss_drv_probe':
(.text+0x2428): undefined reference to `usb_ep_set_maxpacket_limit'

The original patch already fixed tons of other cases that have the
added dependency but apparently missed this one that now appears
in an ARM allmodconfig build.

This patch makes the symbol "tristate", which lets the Kconfig
dependency tracking handle it correctly. To make the module
actually usable, I also revert 0af61e66ee ("drivers/staging:
make emxx_udc.c explicitly non-modular"), which Paul Gortmaker
added after noticing that the Kconfig symbol was 'bool'.
Compared to the original version however, I leave out the
'__exit' annotation on the remove callback, as Paul pointed
out that this was incorrect.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 5a8d651a2b ("usb: gadget: move gadget API functions to udc-core")
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-07-26 08:47:08 -07:00
..
Kconfig staging: emxx_udc: allow modular build 2016-07-26 08:47:08 -07:00
Makefile
TODO staging: emxx_udc: Add TODO file 2014-06-19 14:42:48 -07:00
emxx_udc.c staging: emxx_udc: allow modular build 2016-07-26 08:47:08 -07:00
emxx_udc.h Staging: emxx_udc: emxx_udc: Add space around operator. 2016-03-28 07:30:36 -07:00