staging: r8188eu: make init_mlme_ext_timer() static
authorMichael Straube <straube.linux@gmail.com>
Fri, 19 Aug 2022 12:54:18 +0000 (14:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Aug 2022 13:40:25 +0000 (15:40 +0200)
commit8c572625a43f6e857845393765a7557cf5f06253
treed26f6533d0b43bc6ecbd386f6ba7378a689ea03e
parent88eba30beb9cb4de3d4769bad2112f0b5d8785e2
staging: r8188eu: make init_mlme_ext_timer() static

The function init_mlme_ext_timer() is only used in rtw_mlme_ext.c.
Make it static to get one step closer to removing os_dep/mlme_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/20220819125428.8412-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme_ext.c
drivers/staging/r8188eu/include/rtw_mlme_ext.h
drivers/staging/r8188eu/os_dep/mlme_linux.c