]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 9b3528a48e95c4da37dd3df3c726bd5e5f7a9e54..2528a6e8296e315b4bfc55fe8b19267a3294fc33 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);
 };