staging: wilc1000: remove unnecessary extern function declaration
authorGlen Lee <[email protected]>
Wed, 16 Sep 2015 01:43:50 +0000 (10:43 +0900)
committerGreg Kroah-Hartman <[email protected]>
Thu, 17 Sep 2015 04:34:44 +0000 (21:34 -0700)
Function NetworkInfoReceived, GnrlAsyncInfoReceived and
host_int_ScanCompleteReceived are declared in the header file already.
Just removes the declaration and comments.

Signed-off-by: Glen Lee <[email protected]>
Signed-off-by: Tony Cho <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/wilc1000/coreconfigurator.c

index a0b0d97ba777174020c8c09e429baed4ae8f103e..b514d095f0b8fc23d439302336372ebc70d28aa8 100644 (file)
@@ -136,14 +136,6 @@ typedef struct {
 /* Extern Variable Declarations                                              */
 /*****************************************************************************/
 
-
-/*****************************************************************************/
-/* Extern Function Declarations                                              */
-/*****************************************************************************/
-extern s32 SendRawPacket(s8 *ps8Packet, s32 s32PacketLen);
-extern void NetworkInfoReceived(u8 *pu8Buffer, u32 u32Length);
-extern void GnrlAsyncInfoReceived(u8 *pu8Buffer, u32 u32Length);
-extern void host_int_ScanCompleteReceived(u8 *pu8Buffer, u32 u32Length);
 /*****************************************************************************/
 /* Global Variables                                                          */
 /*****************************************************************************/