summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2022-01-02 14:11:38 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-01-03 14:31:08 +0100
commit44742d88819fd49d020be1afb1e75793d1605275 (patch)
tree7565409387d3d25bc716ebcbe3d2c9d34f177885 /drivers/staging
parent6e5499917bf2bfccdeb1f5d993aab19a77bf61dc (diff)
downloadlinux-44742d88819fd49d020be1afb1e75793d1605275.tar.bz2
staging: r8188eu: enum hw90_block is not used
The enumeration hw90_block is not used. Remove it. Acked-by: Martin Kaiser <martin@kaiser.cx> Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20220102131141.12310-9-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/r8188eu/include/Hal8188EPhyCfg.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h b/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
index addc6a5354a6..fe6111fe278e 100644
--- a/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
+++ b/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
@@ -17,14 +17,6 @@
/*------------------------------Define structure----------------------------*/
-enum hw90_block {
- HW90_BLOCK_MAC = 0,
- HW90_BLOCK_PHY0 = 1,
- HW90_BLOCK_PHY1 = 2,
- HW90_BLOCK_RF = 3,
- HW90_BLOCK_MAXIMUM = 4, /* Never use this */
-};
-
enum rf_radio_path {
RF_PATH_A = 0, /* Radio Path A */
RF_PATH_B = 1, /* Radio Path B */