summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/kernel-api.tmpl
diff options
context:
space:
mode:
authorRandy Dunlap2006-07-30 12:03:40 +0200
committerLinus Torvalds2006-07-31 22:28:40 +0200
commit2b54960bdf8fbb57d94dd61f4ac7513535ca7168 (patch)
treeaa755474c12a839a77210c91e50047f04fc26546 /Documentation/DocBook/kernel-api.tmpl
parent[PATCH] fix cond_resched() fix (diff)
downloadkernel-qcow2-linux-2b54960bdf8fbb57d94dd61f4ac7513535ca7168.tar.gz
kernel-qcow2-linux-2b54960bdf8fbb57d94dd61f4ac7513535ca7168.tar.xz
kernel-qcow2-linux-2b54960bdf8fbb57d94dd61f4ac7513535ca7168.zip
[PATCH] fix kernel-api doc for kernel/resource.c
insert_resource() was unexported, so kernel-doc needs to be told to search kernel/resource.c for internal functions instead of exported functions so that it won't report an error. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/DocBook/kernel-api.tmpl')
-rw-r--r--Documentation/DocBook/kernel-api.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
index 1ae4dc0fd856..db67ba6f5b1d 100644
--- a/Documentation/DocBook/kernel-api.tmpl
+++ b/Documentation/DocBook/kernel-api.tmpl
@@ -300,7 +300,7 @@ X!Ekernel/module.c
</sect1>
<sect1><title>Resources Management</title>
-!Ekernel/resource.c
+!Ikernel/resource.c
</sect1>
<sect1><title>MTRR Handling</title>