From: Lai Jiangshan Date: Thu, 22 May 2014 08:42:41 +0000 (+0800) Subject: workqueue: declare system_highpri_wq X-Git-Tag: omap-for-v3.16/fixes-against-rc1~83^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e4354444eef5251e5cdfd388ab02ef9f2e727e;p=pandora-kernel.git workqueue: declare system_highpri_wq system_highpri_wq is exported to modules via EXPORT_SYMBOL_GPL(), but it was forgotten to be declared in workqueue.h. So we add the declaration and a short description for it. tj: Minor comment tweak. Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed