]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: rtl8188eu: rtl8188e_hal_init.c: Remove forward declarations
authornavin patidar <navin.patidar@gmail.com>
Fri, 20 Jun 2014 14:59:42 +0000 (20:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 16:52:34 +0000 (09:52 -0700)
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c

index 0de4a915a4882e238564c4a659c8c156fbe2cb63..cf94e4675f1c8b73db9f6b9e67e9ec9ede708146 100644 (file)
@@ -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
  *