nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / regmap.h
index 02d84e24b7c2083ff1a4ddf13a1b2ac7ad663261..98c470ced989c1122cf5f06f370fe1d9c502407f 100644 (file)
@@ -15,6 +15,8 @@
 
 #include <linux/list.h>
 #include <linux/rbtree.h>
+#include <linux/err.h>
+#include <linux/bug.h>
 
 struct module;
 struct device;