[PATCH 05/16] staging: wilc1000: remove time wrapper

Sudip Mukherjee sudipm.mukherjee at gmail.com
Sat May 30 06:39:23 UTC 2015


On Fri, May 29, 2015 at 10:52:16PM +0200, Arnd Bergmann wrote:
> The abstraction for time in this driver is completely
> unused, so remove it.
> 
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> ---
>  drivers/staging/wilc1000/wilc_osconfig.h  |   1 -
>  drivers/staging/wilc1000/wilc_oswrapper.h |   5 -
>  drivers/staging/wilc1000/wilc_platform.h  |  12 --
>  drivers/staging/wilc1000/wilc_time.c      | 163 ------------------------
>  drivers/staging/wilc1000/wilc_time.h      | 205 ------------------------------
>  5 files changed, 386 deletions(-)
>  delete mode 100644 drivers/staging/wilc1000/wilc_time.c
>  delete mode 100644 drivers/staging/wilc1000/wilc_time.h
after this patch I am getting:
"WARNING: could not open drivers/staging/wilc1000/wilc_time.c: No such file or directory"

wilc_time is mentioned in the Makefile, it should have been removed from
there also.

regards
sudip


More information about the devel mailing list