projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36a23fc
)
[POWERPC] Add include of linux/of.h to numa.c
author
Michael Ellerman
<michael@ellerman.id.au>
Thu, 14 Feb 2008 00:37:49 +0000
(11:37 +1100)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/mm/numa.c
b/arch/powerpc/mm/numa.c
index 1efd631211ef3772532430129176286bb182fbbc..dc704da363eb77897d392781591bf87ac337a8dd 100644
(file)
--- 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>