diff options
Diffstat (limited to 'include/asm-h8300/tlbflush.h')
-rw-r--r-- | include/asm-h8300/tlbflush.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-h8300/tlbflush.h b/include/asm-h8300/tlbflush.h index 9a2c5c9fd700..41c148a9208e 100644 --- a/include/asm-h8300/tlbflush.h +++ b/include/asm-h8300/tlbflush.h | |||
@@ -52,10 +52,4 @@ static inline void flush_tlb_kernel_page(unsigned long addr) | |||
52 | BUG(); | 52 | BUG(); |
53 | } | 53 | } |
54 | 54 | ||
55 | static inline void flush_tlb_pgtables(struct mm_struct *mm, | ||
56 | unsigned long start, unsigned long end) | ||
57 | { | ||
58 | BUG(); | ||
59 | } | ||
60 | |||
61 | #endif /* _H8300_TLBFLUSH_H */ | 55 | #endif /* _H8300_TLBFLUSH_H */ |