diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-10-04 05:15:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 10:55:12 -0400 |
commit | 88ca3b94e82e763ef90c8e57cacd51a3c143ea62 (patch) | |
tree | d08b8cc64baa7925723f87669c9d0c3b9761f2ac /Documentation/DocBook | |
parent | fe1668ae5bf0145014c71797febd9ad5670d5d05 (diff) |
[PATCH] page_alloc: fix kernel-doc and func. declaration
Fix kernel-doc and function declaration (missing "void") in
mm/page_alloc.c.
Add mm/page_alloc.c to kernel-api.tmpl in DocBook.
mm/page_alloc.c:2589:38: warning: non-ANSI function declaration of function 'remove_all_active_ranges'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 49c745720f47..2b5ac604948c 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -158,6 +158,7 @@ X!Ilib/string.c | |||
158 | !Emm/filemap.c | 158 | !Emm/filemap.c |
159 | !Emm/memory.c | 159 | !Emm/memory.c |
160 | !Emm/vmalloc.c | 160 | !Emm/vmalloc.c |
161 | !Imm/page_alloc.c | ||
161 | !Emm/mempool.c | 162 | !Emm/mempool.c |
162 | !Emm/page-writeback.c | 163 | !Emm/page-writeback.c |
163 | !Emm/truncate.c | 164 | !Emm/truncate.c |