mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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 <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
20f4449107
commit
b701da39ed
@@ -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 */
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user