From: Andy Whitcroft Date: Fri, 6 Jan 2006 08:10:35 +0000 (-0800) Subject: [PATCH] memhotplug: register_ and unregister_memory_notifier should be global X-Git-Tag: v2.6.16-rc1~936^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a38ebdda69f1498be4f618d8d919695c8d6352;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed