summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2012-01-21 19:03:24 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2012-01-23 16:44:54 (GMT)
commitb4d20859362fde976bb2fa53eb51b798cdba1afc (patch)
tree00f61f70ec2b9bbafa91f5a09f2a58bca4b6a51b
parent4e35d28751752859b9985074e02320393b6f1c33 (diff)
downloadlinux-fsl-qoriq-b4d20859362fde976bb2fa53eb51b798cdba1afc.tar.xz
docbook: fix sched source file names in device-drivers book
Fix warning since kernel scheduler functions and kernel-doc notation were moved to other files. docproc: lnx-33-rc1/kernel/sched.c: No such file or directory Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--Documentation/DocBook/device-drivers.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
index b330b32..2f7fd43 100644
--- a/Documentation/DocBook/device-drivers.tmpl
+++ b/Documentation/DocBook/device-drivers.tmpl
@@ -50,7 +50,9 @@
<sect1><title>Delaying, scheduling, and timer routines</title>
!Iinclude/linux/sched.h
-!Ekernel/sched.c
+!Ekernel/sched/core.c
+!Ikernel/sched/cpupri.c
+!Ikernel/sched/fair.c
!Iinclude/linux/completion.h
!Ekernel/timer.c
</sect1>