staging: rtl8188eu:Remove EepromAddressSize from struct adapter

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
navin patidar 2014-06-01 17:46:48 +05:30 committed by Greg Kroah-Hartman
commit 24e0bf42ec
2 changed files with 0 additions and 4 deletions

View file

@ -1203,9 +1203,6 @@ static int _ReadAdapterInfo8188EU(struct adapter *Adapter)
static void ReadAdapterInfo8188EU(struct adapter *Adapter)
{
/* Read EEPROM size before call any EEPROM function */
Adapter->EepromAddressSize = GetEEPROMSize8188E(Adapter);
_ReadAdapterInfo8188EU(Adapter);
}

View file

@ -220,7 +220,6 @@ struct adapter {
s32 bSurpriseRemoved;
s32 bCardDisableWOHSM;
u8 EepromAddressSize;
u8 hw_init_completed;
void *cmdThread;