提交 71d387c9 编写于 作者: I Ivan Safonov 提交者: Greg Kroah-Hartman

staging: r8188eu: remove HalFunc member of adapter structure

hal_ops structure is empty.
Also remove hal_ops definition.
Signed-off-by: NIvan Safonov <insafonov@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e72a384b
...@@ -155,7 +155,6 @@ struct adapter { ...@@ -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;
......
...@@ -139,9 +139,6 @@ enum hal_intf_ps_func { ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册