Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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);
};
};