staging: r8188eu: make rtw_init_recv_timer() static
authorMichael Straube <straube.linux@gmail.com>
Sun, 7 Aug 2022 18:15:38 +0000 (20:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Aug 2022 13:19:05 +0000 (15:19 +0200)
commit654d1855bc40c6b0c1f2802ff0dc6a5b8b744034
tree9efee72f91fc59128f770b1417732aeb7d3ed43a
parent183f1e8d78dee34c20f1ccf22968242e92b1e6cb
staging: r8188eu: make rtw_init_recv_timer() static

The function rtw_init_recv_timer() is only used in rtw_sta_mgt.c.
Make it static and remove the now empty file os_dep/recv_linux.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/20220807181538.8499-6-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/Makefile
drivers/staging/r8188eu/core/rtw_sta_mgt.c
drivers/staging/r8188eu/include/recv_osdep.h
drivers/staging/r8188eu/os_dep/recv_linux.c [deleted file]