mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
staging: rtl8188eu: rtl8188e_hal_init.c: Remove forward declarations
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e9ecc553d1
commit
84ce31cae3
|
|
@ -728,25 +728,6 @@ enum{
|
|||
LDOE25_SHIFT = 28 ,
|
||||
};
|
||||
|
||||
static bool
|
||||
hal_EfusePgPacketWrite2ByteHeader(
|
||||
struct adapter *pAdapter,
|
||||
u8 efuseType,
|
||||
u16 *pAddr,
|
||||
struct pgpkt *pTargetPkt);
|
||||
static bool
|
||||
hal_EfusePgPacketWrite1ByteHeader(
|
||||
struct adapter *pAdapter,
|
||||
u8 efuseType,
|
||||
u16 *pAddr,
|
||||
struct pgpkt *pTargetPkt);
|
||||
static bool
|
||||
hal_EfusePgPacketWriteData(
|
||||
struct adapter *pAdapter,
|
||||
u8 efuseType,
|
||||
u16 *pAddr,
|
||||
struct pgpkt *pTargetPkt);
|
||||
|
||||
/*
|
||||
* Function: Efuse_PowerSwitch
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user