]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d164fc2e4a4d90b084551425fe84d3d29e7124c
tree0f10ee12d5366c2a058fb16c13cd9ca1603e5d74
parent4c0b37ffd4b18c9ffa0684eed5b61620d5bc24a6
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