From: Randy Dunlap Date: Sat, 21 Jan 2012 19:03:24 +0000 (-0800) Subject: docbook: fix sched source file names in device-drivers book X-Git-Tag: pm-fix-for-3.3-rc2~33^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b4d20859362fde976bb2fa53eb51b798cdba1afc;p=uclinux-h8%2Flinux.git 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 Cc: Ingo Molnar Cc: Peter Zijlstra Signed-off-by: Linus Torvalds --- diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index b330b327032a..2f7fd4360848 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl @@ -50,7 +50,9 @@ Delaying, scheduling, and timer routines !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