UPSTREAM: arm64: dts: rockchip: add the tcpc for rk3399 power domain
[firefly-linux-kernel-4.4.55.git] / lib / gcd.c
index 433d89bd9d899bb538ff1fa2546f9888937918ec..3657f129d7b8c5db0bee11a94a97d5d4bf251b52 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)