Commit 900b2b46 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Linus Torvalds

[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: default avatarAndy Whitcroft <apw@shadowen.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 98a38ebd
...@@ -62,8 +62,7 @@ void unregister_memory_notifier(struct notifier_block *nb) ...@@ -62,8 +62,7 @@ void unregister_memory_notifier(struct notifier_block *nb)
/* /*
* register_memory - Setup a sysfs device for a memory block * register_memory - Setup a sysfs device for a memory block
*/ */
static int int register_memory(struct memory_block *memory, struct mem_section *section,
register_memory(struct memory_block *memory, struct mem_section *section,
struct node *root) struct node *root)
{ {
int error; int error;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment