MIPS: Alchemy: 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:38 +0000 (10:52 -0700)
This clock provider uses the consumer API, so include clk.h
explicitly.

Cc: Manuel Lauss <[email protected]>
Acked-by: Ralf Baechle <[email protected]>
Cc: Linux-MIPS <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
arch/mips/alchemy/common/clock.c

index 6e46abe0dac6a9cb054bc690f8fee4c9fed60ed3..5168c4dca1cac2c6f624ebeebc93dbf72b60bd68 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <linux/init.h>
 #include <linux/io.h>
+#include <linux/clk.h>
 #include <linux/clk-provider.h>
 #include <linux/clkdev.h>
 #include <linux/slab.h>