]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - lib/string.c
lib: reduce the use of module.h wherever possible
[mirror_ubuntu-bionic-kernel.git] / lib / string.c
index dc4a86341f914f0c26b92977d6f99dcc4df482c2..26df13e43ccd417724ab565ade2fc2d1696b9242 100644 (file)
 #include <linux/types.h>
 #include <linux/string.h>
 #include <linux/ctype.h>
-#include <linux/module.h>
+#include <linux/kernel.h>
+#include <linux/export.h>
+#include <linux/bug.h>
+#include <linux/errno.h>
 
 #ifndef __HAVE_ARCH_STRNICMP
 /**