From: Paul Walmsley Date: Fri, 8 Jan 2010 22:23:16 +0000 (-0700) Subject: OMAP clock/CPUFreq: add clk_exit_cpufreq_table() X-Git-Tag: v2.6.33-rc4~20^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e37c10d8a721b19933491df7af296aac9281004;p=pandora-kernel.git OMAP clock/CPUFreq: add clk_exit_cpufreq_table() A subsequent patch adds code on OMAP2xxx to dynamically allocate the CPUFreq frequency table in clk_init_cpufreq_table(), so for it to avoid a leak, it will need a corresponding function to free the memory. This patch adds clk_exit_cpufreq_table() with generic code to call a chip-specific variant inside the clockfw_lock spinlock via struct clk_functions. Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed