diff options
author | Joe Perches <joe@perches.com> | 2013-07-31 17:59:10 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-20 06:56:57 -0400 |
commit | 1a5d6d2b1792245bcfd93aa7225f114a27cc45d3 (patch) | |
tree | c5a229eb1ae71d338f9c89b233505c4478cdb52d | |
parent | 0ab943bf5624b2cbb63ce4fa870a7ab76bd732f6 (diff) |
docproc: Move printk file location
> docproc: kernel/printk.c: No such file or directory
So rename the file.
Signed-off-by: Joe Perches <joe@perches.com>
Noticed-by: kbuild test robot <fengguang.wu@intel.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-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 cbfdf5486639..fe397f90a34f 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl | |||
@@ -84,7 +84,7 @@ X!Iinclude/linux/kobject.h | |||
84 | 84 | ||
85 | <sect1><title>Kernel utility functions</title> | 85 | <sect1><title>Kernel utility functions</title> |
86 | !Iinclude/linux/kernel.h | 86 | !Iinclude/linux/kernel.h |
87 | !Ekernel/printk.c | 87 | !Ekernel/printk/printk.c |
88 | !Ekernel/panic.c | 88 | !Ekernel/panic.c |
89 | !Ekernel/sys.c | 89 | !Ekernel/sys.c |
90 | !Ekernel/rcupdate.c | 90 | !Ekernel/rcupdate.c |