staging: wilc1000: fix build error for openrisc-allmodconfig
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 30 Sep 2015 08:52:14 +0000 (17:52 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Sep 2015 10:19:32 +0000 (12:19 +0200)
commit0c9fc33cec319d8df632ac107bdba77a9b44bb37
treedd11100ffa9aacee6628280bed8e3af61895bd16
parent7477929566b65f692b79974b784ee59e8b2b9f18
staging: wilc1000: fix build error for openrisc-allmodconfig

The kbuild test robot reports the following build error for
openrisc-allmodconfig.

>> drivers/staging/wilc1000/wilc_sdio.c:584:2: error: implicit
>> declaration of function 'memset'

The error occurs due to missing a standard header file as
<linux/string.h> so that three .c files are included it.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_sdio.c
drivers/staging/wilc1000/wilc_spi.c
drivers/staging/wilc1000/wilc_wlan_cfg.c
This page took 0.0247 seconds and 5 git commands to generate.