]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/find_next_bit.c
lib: reduce the use of module.h wherever possible
[mirror_ubuntu-artful-kernel.git] / lib / find_next_bit.c
index 4bd75a73ba0041c0e4607e4c292c10f37ff343a2..0cbfc0b4398f31e2d1e9dbc14789a52cd9d2a977 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include <linux/bitops.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <asm/types.h>
 #include <asm/byteorder.h>