summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
diff options
context:
space:
mode:
authorMichael Ellerman2008-02-14 01:37:49 +0100
committerPaul Mackerras2008-04-24 12:57:32 +0200
commit6df1646e314de0ef8dc2a38f04eb6110b9134e65 (patch)
tree43911e3ed86c36b3088ec5c79e339bcfbb42eb7c /arch/powerpc/mm
parentMerge branch 'powerpc-next' of master.kernel.org:/pub/scm/linux/kernel/git/ga... (diff)
downloadkernel-qcow2-linux-6df1646e314de0ef8dc2a38f04eb6110b9134e65.tar.gz
kernel-qcow2-linux-6df1646e314de0ef8dc2a38f04eb6110b9134e65.tar.xz
kernel-qcow2-linux-6df1646e314de0ef8dc2a38f04eb6110b9134e65.zip
[POWERPC] Add include of linux/of.h to numa.c
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>
Diffstat (limited to 'arch/powerpc/mm')
-rw-r--r--arch/powerpc/mm/numa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index 1efd631211ef..dc704da363eb 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -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>