staging: rtl8188eu: Remove unused member MultiFunc from struct hal_data_8188e
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e325f661cb
commit
d53791f7fe
|
@ -517,7 +517,6 @@ static struct HAL_VERSION ReadChipVersion8188E(struct adapter *padapter)
|
||||||
pHalData->RegulatorMode = ((value32 & TRP_BT_EN) ? RT_LDO_REGULATOR : RT_SWITCHING_REGULATOR);
|
pHalData->RegulatorMode = ((value32 & TRP_BT_EN) ? RT_LDO_REGULATOR : RT_SWITCHING_REGULATOR);
|
||||||
|
|
||||||
ChipVersion.ROMVer = 0; /* ROM code version. */
|
ChipVersion.ROMVer = 0; /* ROM code version. */
|
||||||
pHalData->MultiFunc = RT_MULTI_FUNC_NONE;
|
|
||||||
|
|
||||||
dump_chip_info(ChipVersion);
|
dump_chip_info(ChipVersion);
|
||||||
|
|
||||||
|
|
|
@ -240,7 +240,6 @@ enum rt_regulator_mode {
|
||||||
|
|
||||||
struct hal_data_8188e {
|
struct hal_data_8188e {
|
||||||
struct HAL_VERSION VersionID;
|
struct HAL_VERSION VersionID;
|
||||||
enum rt_multi_func MultiFunc; /* For multi-function consideration. */
|
|
||||||
enum rt_regulator_mode RegulatorMode; /* switching regulator or LDO */
|
enum rt_regulator_mode RegulatorMode; /* switching regulator or LDO */
|
||||||
u16 CustomerID;
|
u16 CustomerID;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue