commit | 9f1205d775b6be9cd6d19224e2916147815bc44a | [log] [tgz] |
---|---|---|
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Tue Sep 17 00:38:10 2013 +0200 |
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Sun Sep 29 21:09:24 2013 +0200 |
tree | a832285867b523f9773b6fac2be8b0beb91d857b | |
parent | 2881764d2a3638ec6e35e09df8f8e39338361ad7 [diff] |
ARM: bcm2835: remove custom .init_time hook With arch/arm calling of_clk_init(NULL) from time_init(), we can now remove custom .init_time hooks. Also remove call to of_clk_init from clk-bcm2835 with core fixed_clock match, as this has already been registered now. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Mike Turquette <mturquette@linaro.org>