Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5876ee95 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] lart: fix build error



arch/arm/mach-sa1100/lart.c:36: error: 'PAGE_SHIFT' undeclared here (not in a function)

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0df28363
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
#include <mach/hardware.h>
#include <asm/setup.h>
#include <asm/mach-types.h>
#include <asm/page.h>

#include <asm/mach/arch.h>
#include <asm/mach/map.h>