From: KAMEZAWA Hiroyuki Date: Mon, 6 Mar 2006 23:42:49 +0000 (-0800) Subject: [PATCH] memory-hotplug compile fix X-Git-Tag: v2.6.16.28-rc1~395 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=78679302fe428f4f3dc853a51ee24f306010d874;p=karo-tx-linux.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h index 01f03bc06eff..968b1aa3732c 100644 --- a/include/linux/memory_hotplug.h +++ b/include/linux/memory_hotplug.h @@ -6,6 +6,10 @@ #include #include +struct page; +struct zone; +struct pglist_data; + #ifdef CONFIG_MEMORY_HOTPLUG /* * pgdat resizing functions