OSDN Git Service

staging: wilc1000: Remove unnecessary extern variables.
authorElise Lennion <elise.lennion@gmail.com>
Sat, 15 Oct 2016 22:26:26 +0000 (19:26 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Oct 2016 07:54:15 +0000 (09:54 +0200)
commit68a30a63516bcfdf0917bc5acb56150ea7f059ab
treee83e153705017fa2d4305fdb348c16a7f1137ead
parentee705c3b938531992affc01d16bc32ccd5ee968c
staging: wilc1000: Remove unnecessary extern variables.

Extern variables and functions used in only one file were removed
from .h files, and made static in the .c files they're used.

Extern variable wilc_initialized was declared and never used, so it was
removed.

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.h
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_sdio.c
drivers/staging/wilc1000/wilc_spi.c
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
drivers/staging/wilc1000/wilc_wlan.h