OSDN Git Service

staging: wilc1000: separate hif_sdio and hif_spi into different module
authorGlen Lee <glen.lee@atmel.com>
Fri, 6 Nov 2015 09:39:58 +0000 (18:39 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commitcdb99231c4cb9ab3de2a0090a335d73b4ece0ea4
tree962e3fcd7714894b4cdc133001377545645925e5
parent540c3e88ba5d06f64246e22f5b791d5ff5b97086
staging: wilc1000: separate hif_sdio and hif_spi into different module

hif_sdio and hif_spi objects are compiled all the time even though one of SPI
or SDIO is selected. This patch separates hif_sdio and hif_spi into different
modules using ifdef define.
After rework SPI and SDIO modules with only one hif interface, the define
WILC_SDIO will be removed. This is first path of this series.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/Makefile
drivers/staging/wilc1000/wilc_wlan.c