staging: r8188eu: remove interrupt_handler member of hal_ops structure
authorIvan Safonov <insafonov@gmail.com>
Sat, 3 Sep 2016 15:33:52 +0000 (22:33 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 09:30:03 +0000 (11:30 +0200)
interrupt_handler does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/hal_intf.h

index 9b3528a..2528a6e 100644 (file)
@@ -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);
 };