aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed-mmio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/clk-fixed-mmio.c')
-rw-r--r--drivers/clk/clk-fixed-mmio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/clk-fixed-mmio.c b/drivers/clk/clk-fixed-mmio.c
index d1a97d971183..51f26619b6a2 100644
--- a/drivers/clk/clk-fixed-mmio.c
+++ b/drivers/clk/clk-fixed-mmio.c
@@ -10,8 +10,9 @@
*/
#include <linux/clk-provider.h>
-#include <linux/of_address.h>
+#include <linux/io.h>
#include <linux/module.h>
+#include <linux/of_address.h>
#include <linux/platform_device.h>
static struct clk_hw *fixed_mmio_clk_setup(struct device_node *node)