diff options
author | Vincent Sanders <vince@kyllikki.org> | 2005-10-01 17:56:34 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-10-01 17:56:34 -0400 |
commit | 31f919c3296a30427b18458b13c308513a62c3b9 (patch) | |
tree | 2c803a5b61b8559bd18ae69b01031fe74e5fe4c0 /arch/arm/mach-clps711x/fortunet.c | |
parent | 9f4426dde2be352aabc326539eccc726cea2d98c (diff) |
[ARM] 2945/1: ARM fortunet fails to build because of missing include
Patch from Vincent Sanders
When building the fortunet ARM platform it fails to compile because of
missing include.
Signed-off-by: Vincent Sanders <vince@arm.linux.org.uk>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-clps711x/fortunet.c')
-rw-r--r-- | arch/arm/mach-clps711x/fortunet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/fortunet.c b/arch/arm/mach-clps711x/fortunet.c index f83a59761e02..3d88da0c287b 100644 --- a/arch/arm/mach-clps711x/fortunet.c +++ b/arch/arm/mach-clps711x/fortunet.c | |||
@@ -31,6 +31,8 @@ | |||
31 | 31 | ||
32 | #include <asm/mach/arch.h> | 32 | #include <asm/mach/arch.h> |
33 | 33 | ||
34 | #include <asm/memory.h> | ||
35 | |||
34 | #include "common.h" | 36 | #include "common.h" |
35 | 37 | ||
36 | struct meminfo memmap = { | 38 | struct meminfo memmap = { |