From: Ivan Safonov Date: Sat, 3 Sep 2016 15:33:52 +0000 (+0700) Subject: staging: r8188eu: remove interrupt_handler member of hal_ops structure X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=20b63baa1e62f044724af6cadfafa198dd2f99db;p=linux-beck.git staging: r8188eu: remove interrupt_handler member of hal_ops structure interrupt_handler does not used. Signed-off-by: Ivan Safonov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/include/hal_intf.h b/drivers/staging/rtl8188eu/include/hal_intf.h index 9b3528a48e95..2528a6e8296e 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); };