staging: r8188eu: remove interrupt_handler member of hal_ops structure

interrupt_handler does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ivan Safonov 2016-09-03 22:33:52 +07:00 committed by Greg Kroah-Hartman
parent 6559b8b5cb
commit 20b63baa1e

View File

@ -140,8 +140,6 @@ enum hal_intf_ps_func {
}; };
struct hal_ops { struct hal_ops {
s32 (*interrupt_handler)(struct adapter *padapter);
void (*hal_reset_security_engine)(struct adapter *adapter); void (*hal_reset_security_engine)(struct adapter *adapter);
}; };