Re: [PATCH 12/32] usb: gadget: udc: lpc32xx_udc: Staticify 2 local functions

2020-07-07 Thread Vladimir Zapolskiy
On 7/6/20 4:33 PM, Lee Jones wrote: > These are not used outside of this sourcefile, so make them static. > > Fixes the following W=1 kernel build warning(s): > > drivers/usb/gadget/udc/lpc32xx_udc.c:1929:6: warning: no previous prototype > for ‘udc_send_in_zlp’ [-Wmissing-prototypes] > 1929

[PATCH 12/32] usb: gadget: udc: lpc32xx_udc: Staticify 2 local functions

2020-07-06 Thread Lee Jones
These are not used outside of this sourcefile, so make them static. Fixes the following W=1 kernel build warning(s): drivers/usb/gadget/udc/lpc32xx_udc.c:1929:6: warning: no previous prototype for ‘udc_send_in_zlp’ [-Wmissing-prototypes] 1929 | void udc_send_in_zlp(struct lpc32xx_udc *udc,