From: Michael Ellerman Date: Thu, 14 Feb 2008 00:37:49 +0000 (+1100) Subject: [POWERPC] Add include of linux/of.h to numa.c X-Git-Tag: v2.6.26-rc1~1055^2~43 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6df1646e314de0ef8dc2a38f04eb6110b9134e65;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index 1efd631211e..dc704da363e 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include