summaryrefslogtreecommitdiff
path: root/drivers/clk/mmp/clk-mmp2.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-11-25 22:03:49 (GMT)
committerStephen Boyd <sboyd@codeaurora.org>2015-11-25 22:06:16 (GMT)
commitc21ac06648a7a9985fa81a53ba3a65569a1de388 (patch)
tree9ca010d2919ac8b81ef6abc1837042911cd4ed30 /drivers/clk/mmp/clk-mmp2.c
parentf66541ba02d5cb619b84fa4c5b43b3bcc8764716 (diff)
downloadlinux-c21ac06648a7a9985fa81a53ba3a65569a1de388.tar.xz
clk: mmp: add linux/clk.h includes
The common clk implementation for MMP broke without anyone noticing when we stopped including linux/clk.h from the clk-provider header. This did not show up in the defconfig builds because those use the legacy MMP clk drivers, and it did not show up in my randconfig tests either because I was testing with my mmp multiplatform series applied, which at some point gained the fixup. This fixes the three broken files. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 61ae76563ec3 ("clk: Remove clk.h from clk-provider.h") Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/mmp/clk-mmp2.c')
-rw-r--r--drivers/clk/mmp/clk-mmp2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/mmp/clk-mmp2.c b/drivers/clk/mmp/clk-mmp2.c
index 09d2832..71fd293 100644
--- a/drivers/clk/mmp/clk-mmp2.c
+++ b/drivers/clk/mmp/clk-mmp2.c
@@ -9,6 +9,7 @@
* warranty of any kind, whether express or implied.
*/
+#include <linux/clk.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/spinlock.h>