From: Malcolm Priestley Date: Fri, 27 Sep 2013 15:51:13 +0000 (+0100) Subject: staging: vt6656: covert BSSvSecondCallBack to delayed_work. X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~549 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd9a6dbada2263ffb26eef7a67283553092d2dee;p=pandora-kernel.git staging: vt6656: covert BSSvSecondCallBack to delayed_work. timer to delay workqueue. sTimerSecondCallback -> second_callback_work The delayed work queue is declared in device.h This timer is very heavy on the system. Improves over performance of driver and reduce the atomic area of driver. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed