]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: mmp: add linux/clk.h includes
authorArnd Bergmann <arnd@arndb.de>
Wed, 25 Nov 2015 22:03:49 +0000 (23:03 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 25 Nov 2015 22:06:16 +0000 (14:06 -0800)
commitc21ac06648a7a9985fa81a53ba3a65569a1de388
tree9ca010d2919ac8b81ef6abc1837042911cd4ed30
parentf66541ba02d5cb619b84fa4c5b43b3bcc8764716
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>
drivers/clk/mmp/clk-mmp2.c
drivers/clk/mmp/clk-pxa168.c
drivers/clk/mmp/clk-pxa910.c