lib: reduce the use of module.h wherever possible
[linux-2.6-microblaze.git] / lib / list_debug.c
index b8029a5..c7a1f0b 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.