summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>2023-03-17 20:13:13 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-22 10:13:53 +0100
commit72a456de903389aa9d484ee0127af3352f156e1c (patch)
tree761045493d7dc6483af34b7c3f8cff8eba058dca
parentba32601bdb189c13e5fab0f060d67a46805d6e5f (diff)
downloadlinux-72a456de903389aa9d484ee0127af3352f156e1c.tar.gz
linux-72a456de903389aa9d484ee0127af3352f156e1c.tar.bz2
linux-72a456de903389aa9d484ee0127af3352f156e1c.zip
staging: rtl8192e: Remove unused variable rtl819XAGCTAB_Array
Remove unused variable rtl819XAGCTAB_Array. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/0733800b195d4f63cce2ef2ac114943c8c30f587.1679077522.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h2
1 files changed, 0 insertions, 2 deletions
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,