aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/tlbflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68knommu/tlbflush.h')
-rw-r--r--include/asm-m68knommu/tlbflush.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-m68knommu/tlbflush.h b/include/asm-m68knommu/tlbflush.h
index bf7004e1afe0..de858db28b00 100644
--- a/include/asm-m68knommu/tlbflush.h
+++ b/include/asm-m68knommu/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();