From: Shawn Guo Date: Mon, 19 May 2014 07:47:32 +0000 (+0800) Subject: ARM: imx5: drop arguments from mx5_clocks_common_init() X-Git-Tag: cleanup-for-v3.18~81^2~22^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b674cf2fb59a9df165a2c7b8ff601f438d9763d1;p=pandora-kernel.git ARM: imx5: drop arguments from mx5_clocks_common_init() The function mx5_clocks_common_init() was created with a number of arguments to pass oscillator clock rate in non-DT boot. Since i.MX5 is DT only platform, the arguments can be dropped, and the clock rate can just be retrieved from device tree. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed