]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] memhotplug: __add_section remove unused pgdat definition
authorAndy Whitcroft <apw@shadowen.org>
Fri, 6 Jan 2006 08:10:33 +0000 (00:10 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:21 +0000 (08:33 -0800)
commit5ac24eefd1d89bc6aa2817741c3bd5d4205b2efd
tree3112180da39a0fa9967c55022118a6f8dfa10d8f
parent47f3a867f6310d6abfa185ab12baaba7ed1d69af
[PATCH] memhotplug: __add_section remove unused pgdat definition

__add_section defines an unused pointer to the zones pgdat.  Remove this
definition.  This fixes a compile warning.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/memory_hotplug.c