From: Glen Lee Date: Wed, 16 Sep 2015 01:43:50 +0000 (+0900) Subject: staging: wilc1000: remove unnecessary extern function declaration X-Git-Tag: KARO-TX6UL-2015-11-03~34^2~1924 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b701da39edeaa6f3f209f76b8f965700090ad60f;p=karo-tx-linux.git staging: wilc1000: remove unnecessary extern function declaration 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 Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c index a0b0d97ba777..b514d095f0b8 100644 --- a/drivers/staging/wilc1000/coreconfigurator.c +++ b/drivers/staging/wilc1000/coreconfigurator.c @@ -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 */ /*****************************************************************************/