powerpc/512x: clk: Include clk.h
authorStephen Boyd <[email protected]>
Fri, 19 Jun 2015 22:00:46 +0000 (15:00 -0700)
committerStephen Boyd <[email protected]>
Mon, 20 Jul 2015 17:52:40 +0000 (10:52 -0700)
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]>
arch/powerpc/platforms/512x/clock-commonclk.c

index f691bcabd71013e23a09a07bfec61a592e1cd237..c50ea76ba66ceb95c99555f7391b75c0744a1b96 100644 (file)
@@ -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>