diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-07-19 04:48:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:45 -0400 |
commit | 86fd6dfc0990d81123dca19541554426c9e9de3e (patch) | |
tree | c4704fc566b031bc2b8a04308e774cfa7a730416 | |
parent | cdccb316c0860b26ad52f622a7592122a62d02b4 (diff) |
docbook: don't reference file without kernel-doc
Remove include/linux/rmap.h from kernel-api.tmpl since it no longer
contains kernel-doc. Fixes this warning:
Warning(linux-2.6.22//include/linux/rmap.h): no structured comments found
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index a0af560ed740..eb42bf9847cb 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -159,7 +159,6 @@ X!Ilib/string.c | |||
159 | !Earch/i386/lib/usercopy.c | 159 | !Earch/i386/lib/usercopy.c |
160 | </sect1> | 160 | </sect1> |
161 | <sect1><title>More Memory Management Functions</title> | 161 | <sect1><title>More Memory Management Functions</title> |
162 | !Iinclude/linux/rmap.h | ||
163 | !Emm/readahead.c | 162 | !Emm/readahead.c |
164 | !Emm/filemap.c | 163 | !Emm/filemap.c |
165 | !Emm/memory.c | 164 | !Emm/memory.c |