From: Heiko Stuebner Date: Fri, 14 Oct 2011 06:08:57 +0000 (+0900) Subject: ARM: S3C24XX: use clk_get_rate to init fclk in common_setup_clocks X-Git-Tag: v3.2-rc1~39^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33ccedfd1b79a7cf649b2991e95bae415c013240;p=pandora-kernel.git ARM: S3C24XX: use clk_get_rate to init fclk in common_setup_clocks Previously the fclk rate was calculated by dividing the pll through the divider value of the armdiv. With a real armdiv clk in place it's possible to simply read its value, which does essentially the same. This change makes the whole fdiv_fn function pointers supplied to s3c2443_common_init_clocks and s3c2443_common_setup_clocks obsolete, so remove it too. Signed-off-by: Heiko Stuebner Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed