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

staging: rtl8188eu: rtw_efuse.c: Remove unnecessary function declaration

parent 39b9d54f
Loading
Loading
Loading
Loading
+2 −8
Original line number Original line Diff line number Diff line
@@ -47,13 +47,7 @@ u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN] = {0};
#define EFUSE_CTRL			REG_EFUSE_CTRL		/*  E-Fuse Control. */
#define EFUSE_CTRL			REG_EFUSE_CTRL		/*  E-Fuse Control. */
/*  */
/*  */


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