diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-03-30 13:24:07 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-30 13:24:07 +0400 |
commit | b48340aff031db98dbd34a4bbc575eec9bb78359 (patch) | |
tree | b69ef39c4ff0371fec067b7496134ce301f5daf0 /arch/arm/mm/proc-xsc3.S | |
parent | d53ace70052b5c0a08a4f92993c0614f84920abf (diff) | |
download | linux-b48340aff031db98dbd34a4bbc575eec9bb78359.tar.xz |
[ARM] 3425/1: xsc3: need to include pgtable-hwdef.h
Patch from Lennert Buytenhek
Adapt xsc3 to the changes in 74945c8616a50074277e18641baaae7464006766
(xsc3 was written before but merged after the latter went in.)
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/proc-xsc3.S')
-rw-r--r-- | arch/arm/mm/proc-xsc3.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/proc-xsc3.S b/arch/arm/mm/proc-xsc3.S index f90513e9af0c..b9dfce57c272 100644 --- a/arch/arm/mm/proc-xsc3.S +++ b/arch/arm/mm/proc-xsc3.S @@ -30,6 +30,7 @@ #include <asm/procinfo.h> #include <asm/hardware.h> #include <asm/pgtable.h> +#include <asm/pgtable-hwdef.h> #include <asm/page.h> #include <asm/ptrace.h> #include "proc-macros.S" |