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: upstream/snapshot3+hdmi~38686 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b54960bdf8fbb57d94dd61f4ac7513535ca7168;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 1ae4dc0..db67ba6 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