staging: r8188eu: remove rtw_proc_{init,remove}_one()
authorMichael Straube <straube.linux@gmail.com>
Thu, 23 Sep 2021 16:45:56 +0000 (18:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Sep 2021 15:31:28 +0000 (17:31 +0200)
commit3535d457e412d9e4e9109df8a7573441ee4630cc
treec3b3ed62cc48375a01cfd71a63627aec3113030d
parentb214e689cf0de1bbc043b5bd721095d5e3a6345a
staging: r8188eu: remove rtw_proc_{init,remove}_one()

The functions rtw_proc_{init,remove}_one() are empty and can be
removed. There are non-empty versions of these functions covered by
#if 0. Remove this dead code as well.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210923164556.9492-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/osdep_intf.h
drivers/staging/r8188eu/os_dep/os_intfs.c
drivers/staging/r8188eu/os_dep/osdep_service.c
drivers/staging/r8188eu/os_dep/usb_intf.c