diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-03-30 04:24:07 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-30 04:24:07 -0500 |
commit | b48340aff031db98dbd34a4bbc575eec9bb78359 (patch) | |
tree | b69ef39c4ff0371fec067b7496134ce301f5daf0 /arch/arm/mm/proc-xsc3.S | |
parent | d53ace70052b5c0a08a4f92993c0614f84920abf (diff) |
[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 @@ | |||
30 | #include <asm/procinfo.h> | 30 | #include <asm/procinfo.h> |
31 | #include <asm/hardware.h> | 31 | #include <asm/hardware.h> |
32 | #include <asm/pgtable.h> | 32 | #include <asm/pgtable.h> |
33 | #include <asm/pgtable-hwdef.h> | ||
33 | #include <asm/page.h> | 34 | #include <asm/page.h> |
34 | #include <asm/ptrace.h> | 35 | #include <asm/ptrace.h> |
35 | #include "proc-macros.S" | 36 | #include "proc-macros.S" |