mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 11:56:48 +00:00
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:
parent
6559b8b5cb
commit
20b63baa1e
@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user