From: Paul Walmsley Date: Wed, 6 Jan 2010 20:13:53 +0000 (-0700) Subject: OMAP clock/CPUFreq: add clk_exit_cpufreq_table() X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e6c0484911611b61e3eee08f6d5b8dc5a9bd4bc;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