clk: drop the initial core->parents look-ups from __clk_core_init()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 Dec 2015 10:23:02 +0000 (19:23 +0900)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 2 Feb 2016 01:01:54 +0000 (17:01 -0800)
commit3c436bf95a1df22fa501be7134bccd29f8387dfe
treeabd23b27095a741caba0eceaf891ea08c8ae5ac5
parent88cfbef2acd38443c3eed780263b5f5e95a8dc1f
clk: drop the initial core->parents look-ups from __clk_core_init()

The core->parents is a cache to save expensive clock parent look-ups.
It will be filled as needed later.  We do not have to do it here.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c