[PATCH V2 08/17] staging: wilc1000: remove unused function remove_TCP_related

Glen Lee glen.lee at atmel.com
Fri Oct 30 09:47:14 UTC 2015


Just remove unused function remove_TCP_related.

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

diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c
index b503f07..c8ce1f6 100644
--- a/drivers/staging/wilc1000/wilc_wlan.c
+++ b/drivers/staging/wilc1000/wilc_wlan.c
@@ -349,16 +349,6 @@ static inline int add_TCP_Pending_Ack(u32 Ack, u32 Session_index, struct txq_ent
 	}
 	return 0;
 }
-static inline int remove_TCP_related(void)
-{
-	wilc_wlan_dev_t *p = &g_wlan;
-	unsigned long flags;
-
-	spin_lock_irqsave(&g_linux_wlan->txq_spinlock, flags);
-
-	spin_unlock_irqrestore(&g_linux_wlan->txq_spinlock, flags);
-	return 0;
-}
 
 static inline int tcp_process(struct net_device *dev, struct txq_entry_t *tqe)
 {
-- 
1.9.1



More information about the devel mailing list