staging: wilc1000: remove extern function in c file and move it to header file.
authorLeo Kim <leo.kim@atmel.com>
Thu, 5 Nov 2015 05:36:20 +0000 (14:36 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
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>
drivers/staging/wilc1000/host_interface.h
drivers/staging/wilc1000/linux_wlan.c

index 72c47974d2d8266612e6fce9135bef1313a37ad7..f73817a4d4353443bb4ef27792fa69ce20f1642d 100644 (file)
@@ -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
index 432f0be99cc0ebff12ca6ee913471272a72770fa..3aedc288ade1140ffd6cc8bc870fd02aeb3ebacc 100644 (file)
@@ -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;
 
This page took 0.025626 seconds and 5 git commands to generate.