diff options
author | Nicolas Dichtel <[email protected]> | 2013-11-20 09:50:28 +0100 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-11-27 20:40:04 -0800 |
commit | 96d5d9d9e8b7925357737a49bdd1091543dde010 (patch) | |
tree | 52bb1b0ac1b75f1700f7162a15e11038078ee6b6 | |
parent | 14058d20c155ab3ff473fb60eca4fa7aa21a16ac (diff) |
doc: fix generation of device-drivers
Since commit 7a6354e241d8 ("sched: Move wait.c into kernel/sched/"), the
path of this file has changed.
Signed-off-by: Nicolas Dichtel <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Acked-by: Andy Whitcroft <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | Documentation/DocBook/device-drivers.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index 6c9d9d37c83a..f5170082bdb3 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl @@ -58,7 +58,7 @@ </sect1> <sect1><title>Wait queues and Wake events</title> !Iinclude/linux/wait.h -!Ekernel/wait.c +!Ekernel/sched/wait.c </sect1> <sect1><title>High-resolution timers</title> !Iinclude/linux/ktime.h |