vfs: move MAY_EXEC check from __lookup_hash()
[firefly-linux-kernel-4.4.55.git] / lib / list_debug.c
index b8029a5583ff669f09d3debf27ef442412d8211c..982b850d4e7aa2aa4b60bd7b08226c07a3c7fca1 100644 (file)
@@ -6,8 +6,10 @@
  * DEBUG_LIST.
  */
 
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/list.h>
+#include <linux/bug.h>
+#include <linux/kernel.h>
 
 /*
  * Insert a new entry between two known consecutive entries.