BUG: headers with BUG/BUG_ON etc. need linux/bug.h
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / cpumask.h
index 4f7a632374713c73fe096bb81f0f9daf122571c9..7b9b75a529be04fef475c57b30bf351e19695e7b 100644 (file)
@@ -9,6 +9,7 @@
 #include <linux/kernel.h>
 #include <linux/threads.h>
 #include <linux/bitmap.h>
+#include <linux/bug.h>
 
 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;