staging: r8188eu: make rtl8188eu_{init,free}_recv_priv() static
authorMichael Straube <straube.linux@gmail.com>
Thu, 4 Aug 2022 10:55:32 +0000 (12:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Aug 2022 13:14:59 +0000 (15:14 +0200)
commit867d7145374a61b51eb0667c04f9abc2b5942007
treefccb946d1ddeeb2a937ae7e54f4e60722b6bb34b
parentf264891b678d1c31879cbcacac6d76a216877086
staging: r8188eu: make rtl8188eu_{init,free}_recv_priv() static

The functions rtl8188eu_init_recv_priv() and rtl8188eu_free_recv_priv()
are only used in rtw_recv.c. Make them static and remove the now empty
file rtl8188eu_recv.c.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220804105532.7532-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/Makefile
drivers/staging/r8188eu/core/rtw_recv.c
drivers/staging/r8188eu/hal/rtl8188eu_recv.c [deleted file]
drivers/staging/r8188eu/include/rtl8188e_recv.h