Skip to content

Commit be11e6d

Browse files
standby24x7KAGA-KOKO
authored andcommitted
Documentation: Docbook: Fix files location change of kernel/[hr]timer.c
make xmldocs failed because of file location change from kernel/[hr]timer.c to kernel/time/[hr]timer.c. Signed-off-by: Masanari Iida <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 9e1e01d commit be11e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/DocBook/device-drivers.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
!Ikernel/sched/cpupri.c
5555
!Ikernel/sched/fair.c
5656
!Iinclude/linux/completion.h
57-
!Ekernel/timer.c
57+
!Ekernel/time/timer.c
5858
</sect1>
5959
<sect1><title>Wait queues and Wake events</title>
6060
!Iinclude/linux/wait.h
@@ -63,7 +63,7 @@
6363
<sect1><title>High-resolution timers</title>
6464
!Iinclude/linux/ktime.h
6565
!Iinclude/linux/hrtimer.h
66-
!Ekernel/hrtimer.c
66+
!Ekernel/time/hrtimer.c
6767
</sect1>
6868
<sect1><title>Workqueues and Kevents</title>
6969
!Ekernel/workqueue.c

0 commit comments

Comments
 (0)