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

From: Ivan Safonov
Date: Sat Sep 03 2016 - 11:42:25 EST


interrupt_handler does not used.

Signed-off-by: Ivan Safonov <insafonov@xxxxxxxxx>
---
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