Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- include/linux/clk.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/clk.h b/include/linux/clk.h index 26da1114e85a..494221a43070 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h @@ -197,6 +197,8 @@ static inline int clk_set_rate(struct clk *clk, unsigned long rate) #ifdef CONFIG_COMMON_CLK +#include <linux/list.h> + #define CLK_SET_RATE_PARENT (1 << 0) /* propagate rate change up one level */ /* parents need enable during gate/ungate, set rate and re-parent */ #define CLK_OPS_PARENT_ENABLE (1 << 12) -- 2.20.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox