From: Arnd Bergmann Date: Mon, 1 Jun 2015 19:06:40 +0000 (+0200) Subject: staging: wilc1000: clean up timer feature X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~376 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=042f19c9359400f6d31e568416aa484a94513346;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed