staging: rtlwifi: Removed unused define and code efuse_re_pg* from wifi.h
authorRick Veens <rickveens92@gmail.com>
Sun, 30 Sep 2018 18:29:19 +0000 (20:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2018 22:18:37 +0000 (15:18 -0700)
The following:
 bool efuse_re_pg_sec1flag;
 u8 efuse_re_pg_data[8];
are not referenced anywhere in the rtlwifi code.

Signed-off-by: Rick Veens <rickveens92@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/wifi.h

index a45f0eb..9cb6c79 100644 (file)
@@ -1840,10 +1840,6 @@ struct rtl_efuse {
        u8 efuse_map[2][EFUSE_MAX_LOGICAL_SIZE];
        u16 efuse_usedbytes;
        u8 efuse_usedpercentage;
-#ifdef EFUSE_REPG_WORKAROUND
-       bool efuse_re_pg_sec1flag;
-       u8 efuse_re_pg_data[8];
-#endif
 
        u8 autoload_failflag;
        u8 autoload_status;