diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-07-24 07:35:03 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-07-24 07:35:03 -0400 |
commit | b32f3afe3c5c4ddd1c414d41845470a99c88475f (patch) | |
tree | bbf8cac97feba4c1f82e15f9a24d7119fd8131d8 /arch/arm/mm/nommu.c | |
parent | ab6494f0c96f8953c7ad3e35301b2de2db3add57 (diff) |
nommu: Include asm/setup.h in arch/arm/mm/nommu.c
This is needed for the struct meminfo definition.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/mm/nommu.c')
-rw-r--r-- | arch/arm/mm/nommu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/nommu.c b/arch/arm/mm/nommu.c index ad7bacc693b2..900811cc9130 100644 --- a/arch/arm/mm/nommu.c +++ b/arch/arm/mm/nommu.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <asm/cacheflush.h> | 12 | #include <asm/cacheflush.h> |
13 | #include <asm/sections.h> | 13 | #include <asm/sections.h> |
14 | #include <asm/page.h> | 14 | #include <asm/page.h> |
15 | #include <asm/setup.h> | ||
15 | #include <asm/mach/arch.h> | 16 | #include <asm/mach/arch.h> |
16 | 17 | ||
17 | #include "mm.h" | 18 | #include "mm.h" |