workqueue: declare system_highpri_wq
authorLai Jiangshan <laijs@cn.fujitsu.com>
Thu, 22 May 2014 08:42:41 +0000 (16:42 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 22 May 2014 15:35:50 +0000 (11:35 -0400)
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 <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h

Simple merge