diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-20 00:00:46 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 20:11:28 +0200 |
commit | 1b29e60157e845869abb867df6c7164eaace88b6 (patch) | |
tree | 5e8df14ac9617da726c3a164d25bfad241b9d2b9 /drivers/clk/ti/apll.c | |
parent | clk: sunxi: Include clk.h and remove unused clkdev.h includes (diff) | |
download | linux-1b29e60157e845869abb867df6c7164eaace88b6.tar.xz linux-1b29e60157e845869abb867df6c7164eaace88b6.zip |
clk: ti: Include clk.h
This clock provider uses the consumer API, so include clk.h
explicitly.
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/ti/apll.c')
-rw-r--r-- | drivers/clk/ti/apll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/ti/apll.c b/drivers/clk/ti/apll.c index 49baf3831546..671f4d89db93 100644 --- a/drivers/clk/ti/apll.c +++ b/drivers/clk/ti/apll.c @@ -15,6 +15,7 @@ * GNU General Public License for more details. */ +#include <linux/clk.h> #include <linux/clk-provider.h> #include <linux/module.h> #include <linux/slab.h> |