staging: r8188eu: make rtw_remainder_len() static
authorMichael Straube <straube.linux@gmail.com>
Sat, 20 Aug 2022 18:16:05 +0000 (20:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Aug 2022 13:42:45 +0000 (15:42 +0200)
commit760964b034bc17b08cb21d6a8bc0b2dc8218c58f
tree3d586d076f1f43ed6c9cce19db6ee0aff8ee95c1
parent4ce515776e88e38db2439f6a698f5749427c4711
staging: r8188eu: make rtw_remainder_len() static

The function rtw_remainder_len() is only used in xmit_linux.c.
Make it static.

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/20220820181623.12497-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/xmit_osdep.h
drivers/staging/r8188eu/os_dep/xmit_linux.c