[PATCH 61/63] staging: r8188eu: remove interrupt_handler member of hal_ops structure

Ivan Safonov insafonov at gmail.com
Sat Sep 3 15:33:52 UTC 2016


interrupt_handler does not used.

Signed-off-by: Ivan Safonov <insafonov at gmail.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



More information about the devel mailing list