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

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
......@@ -155,7 +155,6 @@ struct adapter {
struct led_priv ledpriv;
void *HalData;
struct hal_ops HalFunc;
s32 bDriverStopped;
s32 bSurpriseRemoved;
......
......@@ -139,9 +139,6 @@ enum hal_intf_ps_func {
HAL_MAX_ID,
};
struct hal_ops {
};
enum rt_eeprom_type {
EEPROM_93C46,
EEPROM_93C56,
......
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