diff options
author | Stephen Boyd <[email protected]> | 2015-06-19 15:00:46 -0700 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2015-07-20 10:52:40 -0700 |
commit | d5fb48a354e756b1fcb6bf714f6b31626c698df4 (patch) | |
tree | 24285e8089a3fbfd55ee9ec874a3351c1995fee9 | |
parent | 4280cf54eeec08e54da32ca61f902cca33bc26fe (diff) |
powerpc/512x: clk: Include clk.h
This clock provider uses the consumer API, so include clk.h
explicitly.
Cc: Gerhard Sittig <[email protected]>
Cc: Scott Wood <[email protected]>
Acked-by: Anatolij Gustschin <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | arch/powerpc/platforms/512x/clock-commonclk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/512x/clock-commonclk.c b/arch/powerpc/platforms/512x/clock-commonclk.c index f691bcabd710..c50ea76ba66c 100644 --- a/arch/powerpc/platforms/512x/clock-commonclk.c +++ b/arch/powerpc/platforms/512x/clock-commonclk.c @@ -12,6 +12,7 @@ */ #include <linux/bitops.h> +#include <linux/clk.h> #include <linux/clk-provider.h> #include <linux/clkdev.h> #include <linux/device.h> |