staging: r8188eu: remove cmd_osdep.h header file
authorMichael Straube <straube.linux@gmail.com>
Sat, 21 Aug 2021 15:51:51 +0000 (17:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Aug 2021 10:19:29 +0000 (12:19 +0200)
commit8d82693b0b562086935d23b55877d007b03c532a
treec9ba8580569b6cda56a8fdea0fbdafdb741c29c7
parent6ca88cb5e8478e6694b4cccfb2d331435d5bb77c
staging: r8188eu: remove cmd_osdep.h header file

All functions declared in the cmd_osdep.h header file are only used in
a single c source file. Make the functions static and remove the header
file and its includes.

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210821155151.25822-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_cmd.c
drivers/staging/r8188eu/hal/rtl8188e_cmd.c
drivers/staging/r8188eu/include/cmd_osdep.h [deleted file]