“1da177e4c3f41524e886b7f1b8a0c1fc7321cac2”上不存在“arch/arm/include/asm/cpu-single.h”
-
由 Shawn Guo 提交于
The header clk-provider.h is there for clock drivers (providers) to include, not client drivers (consumers). That said, of_clk_get_parent_count() is a helper function for clock providers, not a clk API for consumers. Let's replace of_clk_get_parent_count() with of_count_phandle_with_args() call, so that we can remove the include of clk-provider.h. Signed-off-by: NShawn Guo <shawn.guo@linaro.org> Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
e7059ef8