Re: [PATCH] usb: cdns3: Add static to cdns3_gadget_exit function

2020-10-07 Thread Roger Quadros
On 07/10/2020 07:02, Pawel Laszczak wrote: Function cdns3_gadget_exit is used only in gadget.c file. This patch removes declaration and definition of this function from gadget-export.h file and makes it static. Signed-off-by: Pawel Laszczak Acked-by: Roger Quadros --- drivers/usb/cdn

[PATCH] usb: cdns3: Add static to cdns3_gadget_exit function

2020-10-06 Thread Pawel Laszczak
Function cdns3_gadget_exit is used only in gadget.c file. This patch removes declaration and definition of this function from gadget-export.h file and makes it static. Signed-off-by: Pawel Laszczak --- drivers/usb/cdns3/gadget-export.h | 3 --- drivers/usb/cdns3/gadget.c| 2 +- 2 files c