From: Russell King Date: Mon, 21 Nov 2005 15:26:18 +0000 (+0000) Subject: [ARM] Add asm/memory.h to asm/numnodes.h X-Git-Tag: v2.6.15-rc4~102^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5aaf291056b6142c11f6f7fd48cf937595a70e93;p=platform%2Fkernel%2Flinux-exynos.git [ARM] Add asm/memory.h to asm/numnodes.h Since the defintion of NODES_SHIFT may be overridden in asm/arch/memory.h it's important to include asm/memory.h into asm/numnodes.h to ensure that the correct value is always defined. Signed-off-by: Russell King --- diff --git a/include/asm-arm/numnodes.h b/include/asm-arm/numnodes.h index 5d2a103..8df3681 100644 --- a/include/asm-arm/numnodes.h +++ b/include/asm-arm/numnodes.h @@ -17,6 +17,8 @@ #ifndef __ASM_ARM_NUMNODES_H #define __ASM_ARM_NUMNODES_H +#include + #ifndef NODES_SHIFT # define NODES_SHIFT 2 /* Normally, Max 4 Nodes */ #endif