diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2013-12-05 11:34:48 -0600 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-02-18 14:08:09 -0800 |
commit | 77f1057777818c575f01d1e27d76bc73310eec6e (patch) | |
tree | 333b22869cdae8cd3cf9b1c08e7c346bbc1ff16a /arch/arm | |
parent | b7cec13f082fcc6e690559657d3f5493ea6eecb7 (diff) |
clk: socfpga: Remove socfpga_init_clocks
The only thing that socfpga_init_clocks was doing is setting up the smp_twd clk.
Now that twd-timer's clock phandle is populated in the DTS, we can remove
this function.
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-socfpga/socfpga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/socfpga.c b/arch/arm/mach-socfpga/socfpga.c index c43c2811809..d86231e11b3 100644 --- a/arch/arm/mach-socfpga/socfpga.c +++ b/arch/arm/mach-socfpga/socfpga.c @@ -102,7 +102,6 @@ static void __init socfpga_cyclone5_init(void) { l2x0_of_init(0, ~0UL); of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); - socfpga_init_clocks(); } static const char *altera_dt_match[] = { |