From: Tejun Heo Date: Mon, 18 Oct 2010 06:31:02 +0000 (+0200) Subject: pciehp: update workqueue usage X-Git-Tag: v2.6.37-rc1~164^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a827ea307b147aeb050803433b3f6842582c6ced;p=pandora-kernel.git pciehp: update workqueue usage * Rename pciehp_wq to pciehp_ordered_wq and add non-ordered pciehp_wq which is used instead of the system workqueue. This is to remove the use of flush_scheduled_work() which is deprecated and scheduled for removal. * With cmwq in place, there's no point in creating workqueues lazily. Create both pciehp_wq and pciehp_ordered_wq upfront. * Include workqueue.h from pciehp.h. Signed-off-by: Tejun Heo Acked-by: Jesse Barnes --- Reading git-diff-tree failed