Skip to content

Commit

Permalink
staging: rtl8188eu: remove _CHIP_TYPE enum
Browse files Browse the repository at this point in the history
This enum is not used and can be removed.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210718173610.894-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Martin Kaiser authored and Greg Kroah-Hartman committed Jul 21, 2021
1 parent 2ad449a commit a9dc3f6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/staging/rtl8188eu/include/hal_intf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@
#include <drv_types.h>
#include <hal8188e_phy_cfg.h>

enum _CHIP_TYPE {
NULL_CHIP_TYPE,
RTL8712_8188S_8191S_8192S,
RTL8188C_8192C,
RTL8192D,
RTL8723A,
RTL8188E,
MAX_CHIP_TYPE
};

enum hw_variables {
HW_VAR_MEDIA_STATUS,
HW_VAR_MEDIA_STATUS1,
Expand Down

0 comments on commit a9dc3f6

Please sign in to comment.