]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] memhotplug: register_memory should be global
authorAndy Whitcroft <apw@shadowen.org>
Fri, 6 Jan 2006 08:10:35 +0000 (00:10 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:22 +0000 (08:33 -0800)
commitc7148cec70408e92965a1fd56f6897d801ba0672
tree2de7c1df9decff48d97e4070350dd2288c65d818
parentd5995ff818abf643e6e8ae62be09955369a21cc9
[PATCH] memhotplug: register_memory should be global

register_memory is global and declared so in linux/memory.h.  Update the
HOTPLUG specific definition to match.  This fixes a compile warning when
HOTPLUG is enabled.

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