lib: reduce the use of module.h wherever possible
[linux-2.6-block.git] / lib / list_debug.c
index b8029a5583ff669f09d3debf27ef442412d8211c..c7a1f0b6a78a389390bd9f0a6217e4fae0163915 100644 (file)
@@ -6,8 +6,9 @@
  * DEBUG_LIST.
  */
 
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/list.h>
+#include <linux/kernel.h>
 
 /*
  * Insert a new entry between two known consecutive entries.