mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04:00
staging: wilc1000: remove extern function in c file and move it to header file.
This patch removes extern resolve_disconnect_aberration in c file and move it to proper header file. Rename argument also to match with declaration. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
84d3b87e8b
commit
7df00115f8
@@ -420,5 +420,5 @@ void host_int_freeJoinParams(void *pJoinParams);
|
||||
|
||||
s32 host_int_get_statistics(struct host_if_drv *hWFIDrv,
|
||||
struct rf_info *pstrStatistics);
|
||||
|
||||
void resolve_disconnect_aberration(struct host_if_drv *hif_drv);
|
||||
#endif
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
#define _linux_wlan_device_removal() {}
|
||||
|
||||
extern bool g_obtainingIP;
|
||||
extern void resolve_disconnect_aberration(void *drvHandler);
|
||||
extern u8 multicast_mac_addr_list[WILC_MULTICAST_TABLE_SIZE][ETH_ALEN];
|
||||
extern struct timer_list hDuringIpTimer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user