]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: clean up timer feature
authorArnd Bergmann <arnd@arndb.de>
Mon, 1 Jun 2015 19:06:40 +0000 (21:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jun 2015 04:45:22 +0000 (13:45 +0900)
commit012edc1f4added64a43b06c096c2d10d2ff8532e
treed21b609201eeb09955d347ba9a291678ec0415ba
parentdfc1d9f9e9acebb686b8b0e6251088e2d58520df
staging: wilc1000: clean up timer feature

The driver has a simple wrapper around timer_list, and an
optional but unused feature to make the timer periodic.

This removes support for the periodic timer and simplifies
the code around timers.

A follow-up should replace the remaining wrapper with
open-coded timers.

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_platform.h
drivers/staging/wilc1000/wilc_timer.c
drivers/staging/wilc1000/wilc_timer.h