From: Konstantin Khlebnikov Date: Thu, 24 Jan 2013 12:36:31 +0000 (+0400) Subject: workqueue: un-GPL function delayed_work_timer_fn() X-Git-Tag: v3.9-rc1~159^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1438ade5670b56d5386c220e1ad4b5a824a1e585;p=pandora-kernel.git workqueue: un-GPL function delayed_work_timer_fn() commit d8e794dfd51c368ed3f686b7f4172830b60ae47b ("workqueue: set delayed_work->timer function on initialization") exports function delayed_work_timer_fn() only for GPL modules. This makes delayed-works unusable for non-GPL modules, because initialization macro now requires GPL symbol. For example schedule_delayed_work() available for non-GPL. Signed-off-by: Konstantin Khlebnikov Signed-off-by: Tejun Heo Cc: stable@vger.kernel.org # 3.7 --- Reading git-diff-tree failed