diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2008-02-13 19:37:49 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-24 06:57:32 -0400 |
commit | 6df1646e314de0ef8dc2a38f04eb6110b9134e65 (patch) | |
tree | 43911e3ed86c36b3088ec5c79e339bcfbb42eb7c /arch/powerpc | |
parent | 36a23fc8aa0c72ecafe7aaee0a823b03b301e1df (diff) |
[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')
-rw-r--r-- | 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 1efd631211ef..dc704da363eb 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/cpu.h> | 18 | #include <linux/cpu.h> |
19 | #include <linux/notifier.h> | 19 | #include <linux/notifier.h> |
20 | #include <linux/lmb.h> | 20 | #include <linux/lmb.h> |
21 | #include <linux/of.h> | ||
21 | #include <asm/sparsemem.h> | 22 | #include <asm/sparsemem.h> |
22 | #include <asm/prom.h> | 23 | #include <asm/prom.h> |
23 | #include <asm/system.h> | 24 | #include <asm/system.h> |