mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
staging: rtl8188eu: Remove unused function Hal_EfuseGetCurrentSize_Pseudo()
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1df2d1cfc7
commit
71f889f3f9
|
|
@ -1207,14 +1207,6 @@ static u16 hal_EfuseGetCurrentSize_8188e(struct adapter *pAdapter, bool bPseudoT
|
|||
return efuse_addr;
|
||||
}
|
||||
|
||||
static u16 Hal_EfuseGetCurrentSize_Pseudo(struct adapter *pAdapter, bool bPseudoTest)
|
||||
{
|
||||
u16 ret = 0;
|
||||
|
||||
ret = hal_EfuseGetCurrentSize_8188e(pAdapter, bPseudoTest);
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int hal_EfusePgPacketRead_8188e(struct adapter *pAdapter, u8 offset, u8 *data, bool bPseudoTest)
|
||||
{
|
||||
u8 ReadState = PG_STATE_HEADER;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user