[PATCH] memory-hotplug compile fix
include/linux/memory_hotplug.h:53: warning: 'struct page' declared inside parameter list (akpm: I tossed in a couple more possibly-needed-sometime struct decls too) Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
47f3fc94cf
commit
78679302fe
|
@ -6,6 +6,10 @@
|
|||
#include <linux/mmzone.h>
|
||||
#include <linux/notifier.h>
|
||||
|
||||
struct page;
|
||||
struct zone;
|
||||
struct pglist_data;
|
||||
|
||||
#ifdef CONFIG_MEMORY_HOTPLUG
|
||||
/*
|
||||
* pgdat resizing functions
|
||||
|
|
Loading…
Reference in New Issue