[PATCH 50/73] staging: wilc1000: wilc_wlan.c: remove unused pointer variables

Glen Lee glen.lee at atmel.com
Fri Nov 6 02:19:49 UTC 2015


From: Leo Kim <leo.kim at atmel.com>

This patch removes unused two pointer variable.
 - Free_head
 - Alloc_head
It's pointer variables unused inside code.

Signed-off-by: Leo Kim <leo.kim at atmel.com>
Signed-off-by: Glen Lee <glen.lee at atmel.com>
---
 drivers/staging/wilc1000/wilc_wlan.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c
index 09029b6..7e7e77f 100644
--- a/drivers/staging/wilc1000/wilc_wlan.c
+++ b/drivers/staging/wilc1000/wilc_wlan.c
@@ -208,9 +208,6 @@ struct pending_acks_info {
 	struct txq_entry_t  *txqe;
 };
 
-struct ack_session_info *Free_head;
-struct ack_session_info *Alloc_head;
-
 #define NOT_TCP_ACK			(-1)
 
 #define MAX_TCP_SESSION		25
-- 
1.9.1



More information about the devel mailing list