summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-10-17 11:25:03 +0200
committerTejun Heo <tj@kernel.org>2010-10-17 11:25:03 +0200
commit7bf4a5ddc9fbff52855cad8d4d74bf5344fe8093 (patch)
treef15fdce5f9c11db60687982c0d59a0e16a6afbb1 /drivers/isdn
parent6370a6ad3b53df90b4700977f7718118a2cd524a (diff)
downloadop-kernel-dev-7bf4a5ddc9fbff52855cad8d4d74bf5344fe8093.zip
op-kernel-dev-7bf4a5ddc9fbff52855cad8d4d74bf5344fe8093.tar.gz
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 <tj@kernel.org> Acked-by: Armin Schindler <armin@melware.de>
Diffstat (limited to 'drivers/isdn')
-rw-r--r--drivers/isdn/hardware/eicon/divasmain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/hardware/eicon/divasmain.c b/drivers/isdn/hardware/eicon/divasmain.c
index ed9c555..f332b60 100644
--- a/drivers/isdn/hardware/eicon/divasmain.c
+++ b/drivers/isdn/hardware/eicon/divasmain.c
@@ -15,7 +15,6 @@
#include <asm/uaccess.h>
#include <asm/io.h>
#include <linux/ioport.h>
-#include <linux/workqueue.h>
#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/list.h>
@@ -546,7 +545,6 @@ void diva_os_remove_soft_isr(diva_os_soft_isr_t * psoft_isr)
void *mem;
tasklet_kill(&pdpc->divas_task);
- flush_scheduled_work();
mem = psoft_isr->object;
psoft_isr->object = NULL;
diva_os_free(0, mem);
OpenPOWER on IntegriCloud