clk: Rename child_node to clks_node to avoid confusion
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 6 Feb 2015 19:42:44 +0000 (11:42 -0800)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 12 Mar 2015 19:20:32 +0000 (12:20 -0700)
commit50595f8b9e78b3c80d341bf9da3e7848d9abbe2a
tree2b12d8df6afce36bef587ae6732721e8397e2eff
parent9d3745d44a7faa7d24db7facb1949a1378162f3e
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 <tomeu.vizoso@collabora.com>
Cc: Alban Browaeys <alban.browaeys@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c
This page took 0.025054 seconds and 5 git commands to generate.