Commit 88036090 authored by Stephen Boyd's avatar Stephen Boyd

clk: qcom: Include clk.h

This clock provider uses the consumer API, so include clk.h
explicitly.
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 9bd6314c
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <linux/module.h> #include <linux/module.h>
#include <linux/of.h> #include <linux/of.h>
#include <linux/of_device.h> #include <linux/of_device.h>
#include <linux/clk.h>
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
#include <linux/regmap.h> #include <linux/regmap.h>
#include <linux/reset-controller.h> #include <linux/reset-controller.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment