summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.c
diff options
context:
space:
mode:
authorAjay Singh <ajay.kathat@microchip.com>2018-01-11 19:42:17 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-15 15:52:21 +0100
commit888505e78801af344bf4870d53cf6b93b960a68a (patch)
treef87b818d440b4fcedac44ede9b87aedba759371a /drivers/staging/wilc1000/wilc_wlan.c
parent98c899c934b7bf797a53d47b61316d97dffb1ef5 (diff)
downloadop-kernel-dev-888505e78801af344bf4870d53cf6b93b960a68a.zip
op-kernel-dev-888505e78801af344bf4870d53cf6b93b960a68a.tar.gz
staging: wilc1000: removed enum typedef CHIP_PS_STATE_T
This patch removes enum typedef CHIP_PS_STATE_T and introduce enum chip_ps_states to use instead of typedef. checkpatch.pl not to add new typedef warning is fixed with this patch. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan.c')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c
index 999fd09..13fd2c4 100644
--- a/drivers/staging/wilc1000/wilc_wlan.c
+++ b/drivers/staging/wilc1000/wilc_wlan.c
@@ -5,7 +5,7 @@
#include "wilc_wfi_netdevice.h"
#include "wilc_wlan_cfg.h"
-static CHIP_PS_STATE_T chip_ps_state = CHIP_WAKEDUP;
+static enum chip_ps_states chip_ps_state = CHIP_WAKEDUP;
static inline void acquire_bus(struct wilc *wilc, BUS_ACQUIRE_T acquire)
{
OpenPOWER on IntegriCloud