pcmcia: don't call flush_scheduled_work() spuriously
authorTejun Heo <tj@kernel.org>
Fri, 15 Oct 2010 14:58:21 +0000 (16:58 +0200)
committerDominik Brodowski <linux@dominikbrodowski.net>
Sat, 16 Oct 2010 09:07:37 +0000 (11:07 +0200)
commit97299c726881603f44c30be8718c24015e7a4676
tree1b8fae199393764bdef4b65c64badb79410510c7
parent0f64f70e9c029450e38fcc496148ffc9256bf8c1
pcmcia: don't call flush_scheduled_work() spuriously

au100_generic and soc_common call flush_scheduled_work() spuriously.
Remove them.

This is to prepare for the deprecation and removal of
flush_scheduled_work().

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/au1000_generic.c
drivers/pcmcia/soc_common.c