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

2020-10-26 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 >Acked-by: Roger Quadros >--- >Changelog: >v2 >- added "Ackded-by" tag. > >

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

2020-10-14 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 Acked-by: Roger Quadros --- Changelog: v2 - added "Ackded-by" tag.