diff options
Diffstat (limited to 'include/asm-arm/tlbflush.h')
-rw-r--r-- | include/asm-arm/tlbflush.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/tlbflush.h b/include/asm-arm/tlbflush.h index 08c6991dc9c9..ccd0de010e81 100644 --- a/include/asm-arm/tlbflush.h +++ b/include/asm-arm/tlbflush.h | |||
@@ -144,6 +144,8 @@ | |||
144 | 144 | ||
145 | #ifndef __ASSEMBLY__ | 145 | #ifndef __ASSEMBLY__ |
146 | 146 | ||
147 | #include <linux/sched.h> | ||
148 | |||
147 | struct cpu_tlb_fns { | 149 | struct cpu_tlb_fns { |
148 | void (*flush_user_range)(unsigned long, unsigned long, struct vm_area_struct *); | 150 | void (*flush_user_range)(unsigned long, unsigned long, struct vm_area_struct *); |
149 | void (*flush_kern_range)(unsigned long, unsigned long); | 151 | void (*flush_kern_range)(unsigned long, unsigned long); |