linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Add include of linux/of.h to numa.c
@ 2008-02-14  0:37 Michael Ellerman
  2008-02-14  0:37 ` [PATCH 2/2] Add include of linux/of.h to os-area.c Michael Ellerman
  2008-02-14  0:54 ` [PATCH 1/2] Add include of linux/of.h to numa.c David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Ellerman @ 2008-02-14  0:37 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: David S. Miller

numa.c requires routines in linux/of.h, so should include it.

Signed-off-by: Michael Ellerman <michael@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-14  0:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14  0:37 [PATCH 1/2] Add include of linux/of.h to numa.c Michael Ellerman
2008-02-14  0:37 ` [PATCH 2/2] Add include of linux/of.h to os-area.c Michael Ellerman
2008-02-14  0:54 ` [PATCH 1/2] Add include of linux/of.h to numa.c David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).