Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:37561 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031044AbbKFCRF (ORCPT ); Thu, 5 Nov 2015 21:17:05 -0500 From: Glen Lee To: CC: , , , , , , , , Subject: [PATCH 50/73] staging: wilc1000: wilc_wlan.c: remove unused pointer variables Date: Fri, 6 Nov 2015 11:19:49 +0900 Message-ID: <1446776412-30670-1-git-send-email-glen.lee@atmel.com> (sfid-20151106_031709_258333_CB691ACF) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Leo Kim This patch removes unused two pointer variable. - Free_head - Alloc_head It's pointer variables unused inside code. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- 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