[PATCH 01/26] staging: wilc1000: separate hif_sdio and hif_spi into different module

Greg KH gregkh at linuxfoundation.org
Fri Nov 6 22:49:11 UTC 2015


On Fri, Nov 06, 2015 at 02:45:22PM -0800, Greg KH wrote:
> On Fri, Nov 06, 2015 at 06:39:58PM +0900, Glen Lee wrote:
> > 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 at atmel.com>
> > ---
> >  drivers/staging/wilc1000/Makefile    |  6 +++---
> >  drivers/staging/wilc1000/wilc_wlan.c | 36 +++++++++++++++++-------------------
> >  2 files changed, 20 insertions(+), 22 deletions(-)
> 
> This patch doesn't apply at all, I think we are out of sync now.  Please
> refresh and redo this series against my staging-testing branch and
> resend.

Oops, no, I was out of sync, nevermind, I figured it out...


More information about the devel mailing list