Skip to content
Permalink
Browse files
staging: r8188eu: remove forward declaration of Efuse_Read1ByteFromFa…
…keContent

Remove forward declaration of Efuse_Read1ByteFromFakeContent function
from core/rtw_efuse.c, as the function is defined in full directly
after this and therefore this forward declaration is redundant.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
  • Loading branch information
PhilPotter authored and intel-lab-lkp committed Aug 21, 2021
1 parent 093991a commit 195b942818ec8dcaa8f3ffd7e8c623d172d75a50
Showing 1 changed file with 0 additions and 6 deletions.
@@ -29,12 +29,6 @@ u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN] = {0};
#define REG_EFUSE_CTRL 0x0030
#define EFUSE_CTRL REG_EFUSE_CTRL /* E-Fuse Control. */
/* */

bool
Efuse_Read1ByteFromFakeContent(
struct adapter *pAdapter,
u16 Offset,
u8 *Value);
bool
Efuse_Read1ByteFromFakeContent(
struct adapter *pAdapter,

0 comments on commit 195b942

Please sign in to comment.