aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/tlbflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/tlbflush.h')
-rw-r--r--include/asm-generic/tlbflush.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-generic/tlbflush.h b/include/asm-generic/tlbflush.h
index c7af037024c7..d6d0a88430fe 100644
--- a/include/asm-generic/tlbflush.h
+++ b/include/asm-generic/tlbflush.h
@@ -9,6 +9,8 @@
#error need to implement an architecture specific asm/tlbflush.h
#endif
+#include <linux/bug.h>
+
static inline void flush_tlb_mm(struct mm_struct *mm)
{
BUG();