From: Christian Krafft Date: Fri, 20 Jul 2007 19:39:22 +0000 (+0200) Subject: [CELL] cbe_cpufreq: reorganize code X-Git-Tag: v2.6.23-rc1~195^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74889e41d9a1f80928130a02af9b010673bc5ba7;p=pandora-kernel.git [CELL] cbe_cpufreq: reorganize code This patch reorganizes the code of the driver into three files. Two cbe_cpufreq_pmi.c and cbe_cpufreq_pervasive.c care about hardware. cbe_cpufreq.c contains the logic. There is no changed behaviour, except that the PMI related function is now located in a seperate module cbe_cpufreq_pmi. This module will be required by cbe_cpufreq, if CONFIG_CBE_CPUFREQ_PMI has been set. Signed-off-by: Christian Krafft Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed