[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160903153352.GA17258@alpha.sfu-kras.ru>
Date: Sat, 3 Sep 2016 22:33:52 +0700
From: Ivan Safonov <insafonov@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Bhaktipriya Shridhar <bhaktipriya96@...il.com>,
Binoy Jayan <binoy.jayan@...aro.org>,
Arnd Bergmann <arnd@...db.de>,
Shraddha Barke <shraddha.6596@...il.com>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: Ivan Safonov <insafonov@...il.com>
Subject: [PATCH 61/63] staging: r8188eu: remove interrupt_handler member of
hal_ops structure
interrupt_handler does not used.
Signed-off-by: Ivan Safonov <insafonov@...il.com>
---
drivers/staging/rtl8188eu/include/hal_intf.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/hal_intf.h b/drivers/staging/rtl8188eu/include/hal_intf.h
index 9b3528a..2528a6e 100644
--- a/drivers/staging/rtl8188eu/include/hal_intf.h
+++ b/drivers/staging/rtl8188eu/include/hal_intf.h
@@ -140,8 +140,6 @@ enum hal_intf_ps_func {
};
struct hal_ops {
- s32 (*interrupt_handler)(struct adapter *padapter);
-
void (*hal_reset_security_engine)(struct adapter *adapter);
};
--
2.7.3
Powered by blists - more mailing lists