fix unused setup_nr_node_ids
authorMiklos Szeredi <mszeredi@suse.cz>
Wed, 23 May 2007 20:57:55 +0000 (13:57 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 24 May 2007 03:14:13 +0000 (20:14 -0700)
commit418508c13222ddba475873ea95c8aeadd26104f2
tree6056f5d28f1a0ac8474a275680e3991cc315ed30
parentead5f0b5fa41dd3649a44bfc922d06641ff3dbcf
fix unused setup_nr_node_ids

mm/page_alloc.c:931: warning: 'setup_nr_node_ids' defined but not used

This is now the only (!) compiler warning I get in my UML build :)

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c