]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] Add include of linux/of.h to numa.c
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 14 Feb 2008 00:37:49 +0000 (11:37 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 24 Apr 2008 10:57:32 +0000 (20:57 +1000)
numa.c requires routines declared in linux/of.h, so should include it.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/numa.c

index 1efd631211ef3772532430129176286bb182fbbc..dc704da363eb77897d392781591bf87ac337a8dd 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/cpu.h>
 #include <linux/notifier.h>
 #include <linux/lmb.h>
+#include <linux/of.h>
 #include <asm/sparsemem.h>
 #include <asm/prom.h>
 #include <asm/system.h>