aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-h8300/tlbflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-h8300/tlbflush.h')
-rw-r--r--include/asm-h8300/tlbflush.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-h8300/tlbflush.h b/include/asm-h8300/tlbflush.h
index bbdffbeeedef..9a2c5c9fd700 100644
--- a/include/asm-h8300/tlbflush.h
+++ b/include/asm-h8300/tlbflush.h
@@ -47,12 +47,12 @@ static inline void flush_tlb_range(struct mm_struct *mm,
BUG();
}
-extern inline void flush_tlb_kernel_page(unsigned long addr)
+static inline void flush_tlb_kernel_page(unsigned long addr)
{
BUG();
}
-extern inline void flush_tlb_pgtables(struct mm_struct *mm,
+static inline void flush_tlb_pgtables(struct mm_struct *mm,
unsigned long start, unsigned long end)
{
BUG();