commit | 08e3d5f28d4d696dc559898676019cbd36501025 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Thu Sep 03 20:14:00 2009 +0300 |
committer | paul <paul@twilight.(none)> | Thu Sep 03 20:14:00 2009 +0300 |
tree | a867a3b8a7b7361c98ab296754f99b8982e87305 | |
parent | 19f4d3a90bf2815cb97b66e603b5e0311d234458 [diff] |
OMAP3 clock: remove superfluous calls to omap2_init_clk_clkdm omap2_init_clk_clkdm() is called as part of the chip architecture-specific initialization code, so calling it again from the struct clk init pointer just wastes cycles. Signed-off-by: Paul Walmsley <paul@pwsan.com>