diff options
Diffstat (limited to 'arch/sh/mm/fault_64.c')
-rw-r--r-- | arch/sh/mm/fault_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/fault_64.c b/arch/sh/mm/fault_64.c index 399d53710d2f..bd63b961b2a9 100644 --- a/arch/sh/mm/fault_64.c +++ b/arch/sh/mm/fault_64.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <asm/uaccess.h> | 39 | #include <asm/uaccess.h> |
40 | #include <asm/pgalloc.h> | 40 | #include <asm/pgalloc.h> |
41 | #include <asm/mmu_context.h> | 41 | #include <asm/mmu_context.h> |
42 | #include <asm/cpu/registers.h> | 42 | #include <cpu/registers.h> |
43 | 43 | ||
44 | /* Callable from fault.c, so not static */ | 44 | /* Callable from fault.c, so not static */ |
45 | inline void __do_tlb_refill(unsigned long address, | 45 | inline void __do_tlb_refill(unsigned long address, |