mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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:
parent
e72a384b8f
commit
71d387c9dd
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user