diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-19 15:00:46 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 10:52:40 -0700 |
commit | d5fb48a354e756b1fcb6bf714f6b31626c698df4 (patch) | |
tree | 24285e8089a3fbfd55ee9ec874a3351c1995fee9 /arch/powerpc/platforms | |
parent | 4280cf54eeec08e54da32ca61f902cca33bc26fe (diff) | |
download | op-kernel-dev-d5fb48a354e756b1fcb6bf714f6b31626c698df4.zip op-kernel-dev-d5fb48a354e756b1fcb6bf714f6b31626c698df4.tar.gz |
powerpc/512x: clk: Include clk.h
This clock provider uses the consumer API, so include clk.h
explicitly.
Cc: Gerhard Sittig <gsi@denx.de>
Cc: Scott Wood <scottwood@freescale.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/powerpc/platforms')
-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 f691bca..c50ea76 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> |