From: Randy Dunlap Date: Sun, 30 Jul 2006 10:03:40 +0000 (-0700) Subject: [PATCH] fix kernel-api doc for kernel/resource.c X-Git-Tag: v2.6.18-rc4~118 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2b54960bdf8fbb57d94dd61f4ac7513535ca7168;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 1ae4dc0fd85..db67ba6f5b1 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl @@ -300,7 +300,7 @@ X!Ekernel/module.c Resources Management -!Ekernel/resource.c +!Ikernel/resource.c MTRR Handling