On Thursday, August 19, 2021 1:42:51 AM CEST Phillip Potter wrote: > Remove empty function rtl8188eu_free_xmit_priv from hal/rtl8188eu_xmit.c > and its declaration from include/rtl8188e_xmit.h, as well as the one > place where it is stored in the free_xmit_priv function pointer of the > HalFunc struct inside padapter. This is safe, as the wrapper function > checks for NULL before calling this function via the function pointer. > > Signed-off-by: Phillip Potter <phil@xxxxxxxxxxxxxxxx> > --- > drivers/staging/r8188eu/hal/rtl8188eu_xmit.c | 4 ---- > drivers/staging/r8188eu/hal/usb_halinit.c | 1 - > drivers/staging/r8188eu/include/rtl8188e_xmit.h | 1 - > 3 files changed, 6 deletions(-) > It looks good, so... Acked-by: Fabio M. De Francesco Thanks, Fabio