Re: [PATCH] staging: emxx_udc: allow modular build

2016-06-23 Thread Arnd Bergmann
On Wednesday, June 22, 2016 2:34:33 PM CEST Arnd Bergmann wrote: > 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

[PATCH] staging: emxx_udc: allow modular build

2016-06-22 Thread Arnd Bergmann
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