]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: wilc1000: simplify semaphore wrapper
authorArnd Bergmann <arnd@arndb.de>
Mon, 1 Jun 2015 19:06:38 +0000 (21:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jun 2015 04:45:22 +0000 (13:45 +0900)
commit5f928b956760bc34ff314e9c8962066c230a05b9
treed3cf9984a35c417483a34bc2ff6b2e37a74e7c75
parent71b13e5990a32e990e41d3478ec6205b94153556
staging: wilc1000: simplify semaphore wrapper

The driver has its own API for semaphores. This should
be replaced with mutexes and completions, but for the moment
we can start by removing the obviously unused parts.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_osconfig.h
drivers/staging/wilc1000/wilc_oswrapper.h
drivers/staging/wilc1000/wilc_semaphore.c
drivers/staging/wilc1000/wilc_semaphore.h