staging: rtlwifi: remove unused functions
authorTobin C. Harding <me@tobin.cc>
Tue, 5 Sep 2017 06:53:44 +0000 (16:53 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:26 +0000 (16:35 +0200)
commitf216f6cdeb1d4180d4c41f4b1e62857bf0a13043
tree2ec1c5b477960cbd31d1d5c443e5062471a02771
parent85d309d53f7a6ecbe227a43c1aa2fdc31e2edd00
staging: rtlwifi: remove unused functions

Functions rtl_rfreg_delay() and rtl_bb_delay() are unused within the
driver. Both functions call rtl_addr_delay(), this function is unused
outside of these call sites.The driver (and kernel) code base is cleaner
if unused functions are removed.

Remove unused functions.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/core.c
drivers/staging/rtlwifi/core.h