diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-10 17:14:28 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 14:11:32 -0400 |
commit | a826a1a4217e207b794a0fd2bd7d1f62db240e0e (patch) | |
tree | 09f645e2b5c145b1e823576fc290b7cbb17a4c05 | |
parent | 3c37311730efec287b323e0928c9cf3737ab93e2 (diff) |
clk: cdce925: Include clk.h
This clock provider uses the consumer API, so include clk.h
explicitly.
Cc: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r-- | drivers/clk/clk-cdce925.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk-cdce925.c b/drivers/clk/clk-cdce925.c index 85fafb41e6ca..089bf88ffa8d 100644 --- a/drivers/clk/clk-cdce925.c +++ b/drivers/clk/clk-cdce925.c | |||
@@ -10,6 +10,7 @@ | |||
10 | * Copyright (C) 2014, Topic Embedded Products | 10 | * Copyright (C) 2014, Topic Embedded Products |
11 | * Licenced under GPL | 11 | * Licenced under GPL |
12 | */ | 12 | */ |
13 | #include <linux/clk.h> | ||
13 | #include <linux/clk-provider.h> | 14 | #include <linux/clk-provider.h> |
14 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
15 | #include <linux/module.h> | 16 | #include <linux/module.h> |