From: Russell King Date: Sun, 8 Feb 2009 16:07:46 +0000 (+0000) Subject: [ARM] omap: handle RATE_CKCTL via .set_rate/.round_rate methods X-Git-Tag: v2.6.30-rc1~636^2~20^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e6072b753041b56236b014ccfd72a0d3177e08;p=pandora-kernel.git [ARM] omap: handle RATE_CKCTL via .set_rate/.round_rate methods It makes no sense to have the CKCTL rate selection implemented as a flag and a special exception in the top level set_rate/round_rate methods. Provide CKCTL set_rate/round_rate methods, and use these for where ever RATE_CKCTL is used and they're not already overridden. This allows us to remove the RATE_CKCTL flag. Signed-off-by: Russell King --- Reading git-diff-tree failed