diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-10-20 17:57:46 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-20 17:57:46 +0200 |
commit | fcd467137ea2da46ffe5cbfdb42e8a2b35f13dad (patch) | |
tree | 9d8336ee0fba2fade8b5a7d07011e74294256838 /arch/arm/mm | |
parent | bda2487997c3b7828a3765e7f2c37fdd6b7bdcbe (diff) | |
parent | 5a567d78c437e3be1c512734cdfe64b4ae6b82d7 (diff) |
Merge branch 'depends/rmk/smp' into tmp
Diffstat (limited to 'arch/arm/mm')
-rw-r--r-- | arch/arm/mm/fault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/fault.c b/arch/arm/mm/fault.c index 3b5ea68acbb..aa33949fef6 100644 --- a/arch/arm/mm/fault.c +++ b/arch/arm/mm/fault.c @@ -20,6 +20,7 @@ #include <linux/highmem.h> #include <linux/perf_event.h> +#include <asm/exception.h> #include <asm/system.h> #include <asm/pgtable.h> #include <asm/tlbflush.h> |