lib: reduce the use of module.h wherever possible
[firefly-linux-kernel-4.4.55.git] / lib / checksum.c
index 8df2f91e6d98efff3b6c6c704a697a9cb9b31bfa..12dceb27ff20cb39eff6fc3458390c9cccf9576f 100644 (file)
@@ -32,7 +32,7 @@
 /* Revised by Kenneth Albanowski for m68knommu. Basic problem: unaligned access
  kills, so most of the assembly has to go. */
 
-#include <linux/module.h>
+#include <linux/export.h>
 #include <net/checksum.h>
 
 #include <asm/byteorder.h>