]> Pileus Git - ~andy/linux/commitdiff
docbook: fix sched source file names in device-drivers book
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 21 Jan 2012 19:03:24 +0000 (11:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Jan 2012 16:44:54 +0000 (08:44 -0800)
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>
Documentation/DocBook/device-drivers.tmpl

index b330b327032a63aa7dbbc56f6cc5cd2c62ec8d37..2f7fd43608485b2e0fd99f1df9a9ef85be5e64d5 100644 (file)
@@ -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>