From: Grygorii Strashko <[email protected]>
Date: Tue, 11 Jun 2019 14:16:32 +0300
> Add dependency to TI CPTS from Common CLK framework COMMON_CLK to fix
> allyesconfig build for Powerpc:
>
> drivers/net/ethernet/ti/cpts.c: In function 'cpts_of_mux_clk_setup':
> drivers/net/ethernet/ti/cpts.c:567:2: error: implicit declaration of function
> 'of_clk_parent_fill'; did you mean 'of_clk_get_parent_name'?
> [-Werror=implicit-function-declaration]
> of_clk_parent_fill(refclk_np, parent_names, num_parents);
> ^~~~~~~~~~~~~~~~~~
> of_clk_get_parent_name
>
> Fixes: a3047a81ba13 ("net: ethernet: ti: cpts: add support for ext rftclk
> selection")
> Reported-by: Stephen Rothwell <[email protected]>
> Signed-off-by: Grygorii Strashko <[email protected]>
> ---
> Resending due to missed [email protected] list in prev post.
Applied, thanks.