[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060904184152.GX4416@stusta.de>
Date: Mon, 4 Sep 2006 20:41:52 +0200
From: Adrian Bunk <bunk@...sta.de>
To: Andrew Morton <akpm@...l.org>, Paul Jackson <pj@....com>
Cc: linux-kernel@...r.kernel.org
Subject: [-mm patch] mm/memory_hotplug.c must #include <linux/cpuset.h>
This patch fixes the following compile error:
<-- snip -->
...
CC mm/memory_hotplug.o
/home/bunk/linux/kernel-2.6/linux-2.6.18-rc5-mm1/mm/memory_hotplug.c: In function ‘add_memory’:
/home/bunk/linux/kernel-2.6/linux-2.6.18-rc5-mm1/mm/memory_hotplug.c:286: error: implicit declaration of function ‘cpuset_track_online_nodes’
make[2]: *** [mm/memory_hotplug.o] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@...sta.de>
--- linux-2.6.18-rc5-mm1/mm/memory_hotplug.c.old 2006-09-04 20:23:30.000000000 +0200
+++ linux-2.6.18-rc5-mm1/mm/memory_hotplug.c 2006-09-04 20:23:48.000000000 +0200
@@ -22,6 +22,7 @@
#include <linux/highmem.h>
#include <linux/vmalloc.h>
#include <linux/ioport.h>
+#include <linux/cpuset.h>
#include <asm/tlbflush.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists