diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-10-04 02:15:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 07:55:12 -0700 |
commit | 88ca3b94e82e763ef90c8e57cacd51a3c143ea62 (patch) | |
tree | d08b8cc64baa7925723f87669c9d0c3b9761f2ac /Documentation/DocBook | |
parent | fe1668ae5bf0145014c71797febd9ad5670d5d05 (diff) | |
download | linux-3.10-88ca3b94e82e763ef90c8e57cacd51a3c143ea62.tar.gz linux-3.10-88ca3b94e82e763ef90c8e57cacd51a3c143ea62.tar.bz2 linux-3.10-88ca3b94e82e763ef90c8e57cacd51a3c143ea62.zip |
[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 49c745720f4..2b5ac604948 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl @@ -158,6 +158,7 @@ X!Ilib/string.c !Emm/filemap.c !Emm/memory.c !Emm/vmalloc.c +!Imm/page_alloc.c !Emm/mempool.c !Emm/page-writeback.c !Emm/truncate.c |