rtl8188eu: Remove double blank lines in core/*.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-08-15 13:44:41 -05:00
parent 51e6fae39e
commit 11ab93f073
21 changed files with 0 additions and 462 deletions

View file

@ -25,8 +25,6 @@
#include <rtw_efuse.h>
/*------------------------Define local variable------------------------------*/
u8 fakeEfuseBank =0;
u32 fakeEfuseUsedBytes =0;
@ -225,7 +223,6 @@ ReadEFuseByte(
}
/* */
/* Description: */
/* 1. Execute E-Fuse read byte operation according as map offset and */
@ -524,7 +521,6 @@ Efuse_PgPacketWrite(struct adapter *pAdapter,
return ret;
}
static int
Efuse_PgPacketWrite_BT(struct adapter *pAdapter,
u8 offset,
@ -583,7 +579,6 @@ efuse_WordEnableDataRead(u8 word_en,
}
}
u8
Efuse_WordEnableDataWrite( struct adapter *pAdapter,
u16 efuse_addr,
@ -797,7 +792,6 @@ exit:
return ret;
}
/* */
u8 rtw_BT_efuse_map_write(struct adapter *padapter, u16 addr, u16 cnts, u8 *data)
{
@ -998,7 +992,6 @@ efuse_ShadowRead4Byte(
} /* efuse_ShadowRead4Byte */
/*-----------------------------------------------------------------------------
* Function: efuse_ShadowWrite1Byte
* efuse_ShadowWrite2Byte
@ -1165,7 +1158,6 @@ EFUSE_ShadowWrite(
if ( pAdapter->registrypriv.mp_mode == 0)
return;
if (Type == 1)
efuse_ShadowWrite1Byte(pAdapter, Offset, (u8)Value);
else if (Type == 2)