From 50595f8b9e78b3c80d341bf9da3e7848d9abbe2a Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Fri, 6 Feb 2015 11:42:44 -0800 Subject: [PATCH] clk: Rename child_node to clks_node to avoid confusion The child_node member of struct clk is named the same as the child_node member of struct clk_core. Let's rename the struct clk's member to clks_node to avoid getting confused with the child_node member of struct clk_core and to match the name of the list head, clks. Reviewed-by: Tomeu Vizoso Cc: Alban Browaeys Signed-off-by: Stephen Boyd --- Reading git-format-patch failed