Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / lib / gcd.c
index f879033d98229450a7a88d891c16319cc213f134..cce4f3cd14b36f1511b7372a5c8a8106b9495437 100644 (file)
--- a/lib/gcd.c
+++ b/lib/gcd.c
@@ -1,6 +1,6 @@
 #include <linux/kernel.h>
 #include <linux/gcd.h>
-#include <linux/module.h>
+#include <linux/export.h>
 
 /* Greatest common divisor */
 unsigned long gcd(unsigned long a, unsigned long b)
This page took 0.025871 seconds and 5 git commands to generate.