From: Nishanth Menon Date: Tue, 20 Dec 2011 00:17:48 +0000 (-0800) Subject: cpufreq: OMAP: move clk name decision to init X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7170e135bb1c0ce36d36c57b555afeacd46390d6;p=pandora-kernel.git cpufreq: OMAP: move clk name decision to init Clk name does'nt need to dynamically detected during clk init. move them off to driver initialization, if we dont have a clk name, there is no point in registering the driver anyways. The actual clk get and put is left at cpu_init and exit functions. Signed-off-by: Nishanth Menon Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed