commit | 28fbb151d5afe15a2fabfe2fe8585b610b022f5b | [log] [tgz] |
---|---|---|
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Tue Aug 27 15:23:07 2013 +0200 |
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Sun Sep 29 21:09:43 2013 +0200 |
tree | 57c5566ee68579d2ce8f37705ddcef5e481d5ae9 | |
parent | dc8105817f634d50a91cea9464bbc73ebb36182e [diff] |
ARM: sti: remove custom .init_time hook With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. To get rid of it, move l2cc init to .init_machine hook instead. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>