Return-path: Received: from esa1.microchip.iphmx.com ([68.232.147.91]:46871 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755853AbeDYRUH (ORCPT ); Wed, 25 Apr 2018 13:20:07 -0400 From: Ajay Singh To: CC: , , , , , , , Ajay Singh Subject: [PATCH v2 17/21] staging: wilc1000: remove unused enum 'stats_flags' Date: Wed, 25 Apr 2018 22:48:22 +0530 Message-ID: <1524676706-13179-18-git-send-email-ajay.kathat@microchip.com> (sfid-20180425_192011_764218_67E39D4E) In-Reply-To: <1524676706-13179-1-git-send-email-ajay.kathat@microchip.com> References: <1524676706-13179-1-git-send-email-ajay.kathat@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Cleanup patch to remove the unused enum. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h index e6489fa..5f4dbff 100644 --- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h +++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h @@ -45,11 +45,6 @@ #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; -- 2.7.4