From: Paul Walmsley Date: Wed, 27 Jan 2010 03:13:04 +0000 (-0700) Subject: OMAP2/3/4 clock: combine all omap2_clk_functions X-Git-Tag: v2.6.34-rc1~230^2~117^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69ecefca514c318d0ce993c48ffa3bad009c7b9b;p=pandora-kernel.git OMAP2/3/4 clock: combine all omap2_clk_functions The struct clk_functions for OMAP2, 3, and 4 are all essentially the same, so combine them. This removes one multi-OMAP kernel impediment and saves memory on multi-OMAP builds. The stubs for omap2_clk_{init,exit}_cpufreq() code will removed once the OPP layer code that's currently in Kevin's PM branch is merged. Signed-off-by: Paul Walmsley Cc: Kevin Hilman --- Reading git-diff-tree failed