From: Tejun Heo Date: Fri, 18 Jan 2013 22:05:55 +0000 (-0800) Subject: workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h X-Git-Tag: v3.9-rc1~158^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea138446e51f7bfe55cdeffa3f1dd9cafc786bd8;p=pandora-kernel.git workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h Workqueue wants to expose more interface internal to kernel/. Instead of adding a new header file, repurpose kernel/workqueue_sched.h. Rename it to workqueue_internal.h and add include protector. This patch doesn't introduce any functional changes. Signed-off-by: Tejun Heo Cc: Linus Torvalds Cc: Ingo Molnar Cc: Peter Zijlstra --- Reading git-diff-tree failed