staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.c
authorGlen Lee <glen.lee@atmel.com>
Mon, 21 Dec 2015 05:18:33 +0000 (14:18 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 21:21:09 +0000 (13:21 -0800)
commit43a7622935c72a6724d62d7fb5da35fbe7328f0e
treefffd75bc8f7755e373aed6fe904a08193b84b925
parent2769d9422e631559bc672dda9cdb7a5916db4527
staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.c

This patch moves all the codes in linux_wlan_spi.c to wilc_spi.c to make
one spi module. Make wilc_spi_tx, wilc_spi_rx and wilc_spi_tx_rx static
functions. Remove function declaration in linux_wlan_spi.h, which is unnedded
now. No modification has been made inside the codes.
linux_wlan_spi.[ch] will be remove in the next patch.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan_spi.c
drivers/staging/wilc1000/linux_wlan_spi.h
drivers/staging/wilc1000/wilc_spi.c
This page took 0.026903 seconds and 5 git commands to generate.