workqueue: move struct worker definition to workqueue_internal.h
authorTejun Heo <tj@kernel.org>
Fri, 18 Jan 2013 22:05:55 +0000 (14:05 -0800)
committerTejun Heo <tj@kernel.org>
Fri, 18 Jan 2013 22:05:55 +0000 (14:05 -0800)
This will be used to implement an inline function to query whether
%current is a workqueue worker and, if so, allow determining which
work item it's executing.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>

No differences found