From: Stephen Boyd Date: Fri, 6 Feb 2015 19:42:44 +0000 (-0800) Subject: clk: Rename child_node to clks_node to avoid confusion X-Git-Tag: omap-for-v4.2/o2_dc~66^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50595f8b9e78b3c80d341bf9da3e7848d9abbe2a;p=pandora-kernel.git 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-diff-tree failed