mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 13:29:17 -04: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:
committed by
Greg Kroah-Hartman
parent
6559b8b5cb
commit
20b63baa1e
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user