[PATCH] memhotplug: register_ and unregister_memory_notifier should be global
commit98a38ebdda69f1498be4f618d8d919695c8d6352
authorAndy Whitcroft <apw@shadowen.org>
Fri, 6 Jan 2006 08:10:35 +0000 (6 00:10 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:21 +0000 (6 08:33 -0800)
treeb3d9ff9de113375eaa34b396de7f962284145028
parent5ac24eefd1d89bc6aa2817741c3bd5d4205b2efd
[PATCH] memhotplug: register_ and unregister_memory_notifier should be global

Both register_memory_notifer and unregister_memory_notifier are global and
declared so in linux/memory.h.  Update the HOTPLUG specific definitions 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