Skip to content

Commit

Permalink
[ARM] 2945/1: ARM fortunet fails to build because of missing include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kyllikki authored and Russell King committed Oct 1, 2005
1 parent 9f4426d commit 31f919c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-clps711x/fortunet.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

#include <asm/mach/arch.h>

#include <asm/memory.h>

#include "common.h"

struct meminfo memmap = {
Expand Down

0 comments on commit 31f919c

Please sign in to comment.