dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: mach-sa1100: fix implicit use of page.h

Fixes this build error:

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

CC: Marcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Bjorn Helgaas 2012-01-03 17:12:48 +00:00 committed by Russell King
parent f98b9a26fe
commit 2b97479591
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <asm/mach-types.h>
#include <asm/setup.h>
#include <asm/page.h>
#include <asm/mach/arch.h>
#include <asm/mach/flash.h>