[ARM] omap: remove unnecessary calls to propagate_rate()
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 13 Nov 2008 13:07:00 +0000 (13:07 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 8 Feb 2009 17:50:10 +0000 (17:50 +0000)
commita9e882096317a088087b608d272da7029a6cc8c8
treef7b022e917f163b76aef43c259e8ca25eb4a50d8
parentc6af45085211db8720d6b94b3985ce7198d764e3
[ARM] omap: remove unnecessary calls to propagate_rate()

We've always called propagate_rate() in the parent function to
the .set_rate methods, so there's no point having the .set_rate
methods also call this heavy-weight function - it's mere
duplication of what's happening elsewhere.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap1/clock.c