]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - lib/list_debug.c
lib: reduce the use of module.h wherever possible
[mirror_ubuntu-bionic-kernel.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.