staging: r8188eu: remove HalFunc member of adapter structure

hal_ops structure is empty.
Also remove hal_ops definition.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ivan Safonov 2016-09-03 22:34:00 +07:00 committed by Greg Kroah-Hartman
parent e72a384b8f
commit 71d387c9dd
2 changed files with 0 additions and 4 deletions

View File

@ -155,7 +155,6 @@ struct adapter {
struct led_priv ledpriv;
void *HalData;
struct hal_ops HalFunc;
s32 bDriverStopped;
s32 bSurpriseRemoved;

View File

@ -139,9 +139,6 @@ enum hal_intf_ps_func {
HAL_MAX_ID,
};
struct hal_ops {
};
enum rt_eeprom_type {
EEPROM_93C46,
EEPROM_93C56,