From: Tejun Heo Date: Sun, 17 Oct 2010 09:25:03 +0000 (+0200) Subject: isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr() X-Git-Tag: v2.6.37-rc1~164^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf4a5ddc9fbff52855cad8d4d74bf5344fe8093;p=pandora-kernel.git isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr() diva doesn't use workqueue and there is no reason to flush the system workqueue from diva_os_remove_soft_isr(). Remove it. This is to prepare for the deprecation and removal of flush_scheduled_work(). Signed-off-by: Tejun Heo Acked-by: Armin Schindler --- Reading git-diff-tree failed