]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - lib/lcm.c
lib: reduce the use of module.h wherever possible
[mv-sheeva.git] / lib / lcm.c
index 10b5cfcacf6b9b884870c50f00fdc13c4382d71a..b9c8de461e9e1630159b2edfd21a4ca49669a63c 100644 (file)
--- a/lib/lcm.c
+++ b/lib/lcm.c
@@ -1,6 +1,6 @@
 #include <linux/kernel.h>
 #include <linux/gcd.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/lcm.h>
 
 /* Lowest common multiple */