From: Tejun Heo Date: Fri, 24 Dec 2010 15:00:17 +0000 (+0100) Subject: mmc: update workqueue usages X-Git-Tag: v2.6.38-rc1~456^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d9ee5b2e9aac981fa063339daf04320eac610d1;p=pandora-kernel.git mmc: update workqueue usages Workqueue creation API has been updated and flush_scheduled_work() is deprecated and scheduled to be removed. * core/core.c: Use alloc_ordered_workqueue() instead of create_singlethread_workqueue(). This removes an unnecessary rescuer. * host/omap.c: Create, use and flush mmc_omap_wq instead of the system_wq. * Flush host->mmc_carddetect_work directly on removal instead of using flush_scheduled_work(). Signed-off-by: Tejun Heo Cc: Chris Ball Cc: linux-mmc@vger.kernel.org --- Reading git-diff-tree failed