Commit 24e0bf42 authored by navin patidar's avatar navin patidar Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu:Remove EepromAddressSize from struct adapter

parent 525c6880
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);
}

+0 −1
Original line number Diff line number Diff line
@@ -220,7 +220,6 @@ struct adapter {
	s32	bSurpriseRemoved;
	s32	bCardDisableWOHSM;

	u8	EepromAddressSize;
	u8	hw_init_completed;

	void *cmdThread;