Commit e7e7068f authored by navin patidar's avatar navin patidar Committed by Greg Kroah-Hartman

staging: rtl8188eu: Declare Efuse_GetCurrentSize() as a static function

Signed-off-by: default avatarnavin patidar <navin.patidar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 43ffc5be
...@@ -440,7 +440,7 @@ u8 Efuse_WordEnableDataWrite(struct adapter *pAdapter, u16 efuse_addr, u8 word_e ...@@ -440,7 +440,7 @@ u8 Efuse_WordEnableDataWrite(struct adapter *pAdapter, u16 efuse_addr, u8 word_e
return badworden; return badworden;
} }
u16 Efuse_GetCurrentSize(struct adapter *pAdapter) static u16 Efuse_GetCurrentSize(struct adapter *pAdapter)
{ {
int bContinual = true; int bContinual = true;
u16 efuse_addr = 0; u16 efuse_addr = 0;
......
...@@ -99,7 +99,6 @@ struct efuse_hal { ...@@ -99,7 +99,6 @@ struct efuse_hal {
u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN]; u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN];
}; };
u16 Efuse_GetCurrentSize(struct adapter *adapter);
u8 Efuse_CalculateWordCnts(u8 word_en); u8 Efuse_CalculateWordCnts(u8 word_en);
void EFUSE_GetEfuseDefinition(struct adapter *adapt, u8 type, u8 type1, void EFUSE_GetEfuseDefinition(struct adapter *adapt, u8 type, u8 type1,
void *out); void *out);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment