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

Commit 71d387c9 authored by Ivan Safonov's avatar Ivan Safonov Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove HalFunc member of adapter structure



hal_ops structure is empty.
Also remove hal_ops definition.

Signed-off-by: default avatarIvan Safonov <insafonov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e72a384b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -155,7 +155,6 @@ struct adapter {
	struct	led_priv	ledpriv;
	struct	led_priv	ledpriv;


	void *HalData;
	void *HalData;
	struct hal_ops	HalFunc;


	s32	bDriverStopped;
	s32	bDriverStopped;
	s32	bSurpriseRemoved;
	s32	bSurpriseRemoved;
+0 −3
Original line number Original line Diff line number Diff line
@@ -139,9 +139,6 @@ enum hal_intf_ps_func {
	HAL_MAX_ID,
	HAL_MAX_ID,
};
};


struct hal_ops {
};

enum rt_eeprom_type {
enum rt_eeprom_type {
	EEPROM_93C46,
	EEPROM_93C46,
	EEPROM_93C56,
	EEPROM_93C56,