]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: wilc1000: remove WILC_Sleep()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 02:42:23 +0000 (19:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 03:35:21 +0000 (20:35 -0700)
commit80e29c7a8045005e1a146d86aa4e4a8cce13688c
tree5b9b13c660eb5efce304fb7f66de525f77c6a62f
parentbb7b1a76aad831d2c92998de928fdd8d987e00f8
staging: wilc1000: remove WILC_Sleep()

It was just a wrapper around usleep_range() so call that directly
instead and remove the now-empty file.

Cc: Johnny Kim <johnny.kim@atmel.com>
Cc: Rachel Kim <rachel.kim@atmel.com>
Cc: Dean Lee <dean.lee@atmel.com>
Cc: Chris Park <chris.park@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/Makefile
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/wilc_oswrapper.h
drivers/staging/wilc1000/wilc_sleep.c [deleted file]
drivers/staging/wilc1000/wilc_sleep.h [deleted file]
drivers/staging/wilc1000/wilc_wlan.c