[PATCH 1/2] Add include of linux/of.h to numa.c
Michael Ellerman
michael at ellerman.id.au
Thu Feb 14 11:37:49 EST 2008
numa.c requires routines in linux/of.h, so should include it.
Signed-off-by: Michael Ellerman <michael at ellerman.id.au>
---
arch/powerpc/mm/numa.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index a300d25..67f6948 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -17,6 +17,7 @@
#include <linux/nodemask.h>
#include <linux/cpu.h>
#include <linux/notifier.h>
+#include <linux/of.h>
#include <asm/sparsemem.h>
#include <asm/lmb.h>
#include <asm/system.h>
--
1.5.2.rc1.1884.g59b20
More information about the Linuxppc-dev
mailing list