staging: wilc1000: make some variables static
authorHugo Camboulive <hugo.camboulive@gmail.com>
Mon, 4 Jan 2016 22:02:23 +0000 (22:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 23:11:00 +0000 (15:11 -0800)
commitd27afda304a502302b0baf4c21c7ba9451dbd992
tree0f10ee12d5366c2a058fb16c13cd9ca1603e5d74
parent1870394394734c596ec2ef4a3a853a03e128f0e2
staging: wilc1000: make some variables static

terminated_handle is used only in host_interface.c
wilc1000_spi_driver is exported by module_spi_driver()

This fixes a few Sparse warnings.

Signed-off-by: Hugo Camboulive <hugo.camboulive@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/wilc_spi.c