Commit 20b63baa authored by Ivan Safonov's avatar Ivan Safonov Committed by Greg Kroah-Hartman

staging: r8188eu: remove interrupt_handler member of hal_ops structure

interrupt_handler does not used.
Signed-off-by: default avatarIvan Safonov <insafonov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6559b8b5
......@@ -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);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment