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)
commit7df00115f820d66d362820306438e73fcccf16d0
treeb17528c35a14e61e09a21486be30ce496ca4812f
parent84d3b87e8b0d10088515da69829fc623833661c4
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>
drivers/staging/wilc1000/host_interface.h
drivers/staging/wilc1000/linux_wlan.c