mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
staging: rtl8188eu: Declare Efuse_GetCurrentSize() as a static function
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
43ffc5be9e
commit
e7e7068f60
|
|
@ -440,7 +440,7 @@ u8 Efuse_WordEnableDataWrite(struct adapter *pAdapter, u16 efuse_addr, u8 word_e
|
|||
return badworden;
|
||||
}
|
||||
|
||||
u16 Efuse_GetCurrentSize(struct adapter *pAdapter)
|
||||
static u16 Efuse_GetCurrentSize(struct adapter *pAdapter)
|
||||
{
|
||||
int bContinual = true;
|
||||
u16 efuse_addr = 0;
|
||||
|
|
|
|||
|
|
@ -99,7 +99,6 @@ struct efuse_hal {
|
|||
u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN];
|
||||
};
|
||||
|
||||
u16 Efuse_GetCurrentSize(struct adapter *adapter);
|
||||
u8 Efuse_CalculateWordCnts(u8 word_en);
|
||||
void EFUSE_GetEfuseDefinition(struct adapter *adapt, u8 type, u8 type1,
|
||||
void *out);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user