OSDN Git Service

staging: wilc1000: remove unused enum 'stats_flags'
authorAjay Singh <ajay.kathat@microchip.com>
Wed, 25 Apr 2018 17:18:22 +0000 (22:48 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Apr 2018 07:43:05 +0000 (09:43 +0200)
Cleanup patch to remove the unused enum.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_netdevice.h

index e6489fa..5f4dbff 100644 (file)
 #define FLOW_CONTROL_LOWER_THRESHOLD   128
 #define FLOW_CONTROL_UPPER_THRESHOLD   256
 
-enum stats_flags {
-       WILC_WFI_RX_PKT = BIT(0),
-       WILC_WFI_TX_PKT = BIT(1),
-};
-
 struct wilc_wfi_stats {
        unsigned long rx_packets;
        unsigned long tx_packets;