From: Holger Freyther Date: Sun, 18 Jul 2010 19:29:16 +0000 (+0800) Subject: [CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.c X-Git-Tag: v2.6.36-rc1~578^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307069cf6c53632adc27de4f49bf5d1d67cb87bb;p=pandora-kernel.git [CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.c Use __cpuinit instead of __init for the cpufreq_driver init function like it is done in powernow-k8.c. This is removing the warning generated when compiling with the CONFIG_DEBUG_SECTION_MISMATCH=y option. Signed-off-by: Holger Hans Peter Freyther Signed-off-by: Dave Jones --- Reading git-diff-tree failed