[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <2001636feab6c260aef4349deba7212ab3aee3ef.1559615579.git.linux.dkm@gmail.com>
Date: Tue, 4 Jun 2019 09:51:35 +0530
From: Deepak Mishra <linux.dkm@...il.com>
To: linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org
Cc: joe@...ches.com, Larry.Finger@...inger.net,
florian.c.schilhabel@...glemail.com, linux.dkm@...il.com
Subject: [PATCH v3 3/4] staging: rtl8712: removed unused variables from struct _adapter
This patch removed following unused variables from struct _adapter
IsrContent, xmitThread, evtThread, recvThread
Signed-off-by: Deepak Mishra <linux.dkm@...il.com>
---
drivers/staging/rtl8712/drv_types.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
index 0c722e9c2410..c36a5ef3ee5d 100644
--- a/drivers/staging/rtl8712/drv_types.h
+++ b/drivers/staging/rtl8712/drv_types.h
@@ -148,13 +148,9 @@ struct _adapter {
bool driver_stopped;
bool surprise_removed;
bool suspended;
- u32 IsrContent;
u8 eeprom_address_size;
u8 hw_init_completed;
struct task_struct *cmd_thread;
- pid_t evtThread;
- struct task_struct *xmitThread;
- pid_t recvThread;
uint (*dvobj_init)(struct _adapter *adapter);
void (*dvobj_deinit)(struct _adapter *adapter);
struct net_device *pnetdev;
--
2.19.1
Powered by blists - more mailing lists