From: Philipp Hortmann Date: Fri, 17 Mar 2023 19:13:13 +0000 (+0100) Subject: staging: rtl8192e: Remove unused variable rtl819XAGCTAB_Array X-Git-Tag: v6.4-rc1~116^2~101 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=72a456de903389aa9d484ee0127af3352f156e1c;p=users%2Fhch%2Fmisc.git staging: rtl8192e: Remove unused variable rtl819XAGCTAB_Array Remove unused variable rtl819XAGCTAB_Array. Signed-off-by: Philipp Hortmann Link: https://lore.kernel.org/r/0733800b195d4f63cce2ef2ac114943c8c30f587.1679077522.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h index 6723fcce8954..fd34756e450f 100644 --- a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h +++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h @@ -9,8 +9,6 @@ #define MAX_DOZE_WAITING_TIMES_9x 64 -extern u32 rtl819XAGCTAB_Array[]; - enum hw90_block { HW90_BLOCK_MAC = 0, HW90_BLOCK_PHY0 = 1,