clk: gpio-gate: Include export.h instead of module.h
[firefly-linux-kernel-4.4.55.git] / drivers / clk / clk-gpio-gate.c
index f564e624fb935f3b2e4b77a768b6fae4b7d19563..a377f8848f0af56f3bbfb1e9bbf1500170c70805 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include <linux/clk-provider.h>
-#include <linux/module.h>
+#include <linux/export.h>
 #include <linux/slab.h>
 #include <linux/gpio.h>
 #include <linux/gpio/consumer.h>