BUG: headers with BUG/BUG_ON etc. need linux/bug.h
[linux-2.6-microblaze.git] / include / asm-generic / tlbflush.h
index c7af037..d6d0a88 100644 (file)
@@ -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();