From: Holger Freyther Date: Sun, 18 Jul 2010 19:28:49 +0000 (+0800) Subject: [CPUFREQ] Fix section mismatch for longrun_cpu_init. X-Git-Tag: v2.6.36-rc1~578^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2d81122052c83feeddbebf706b6d53fba7996d;p=pandora-kernel.git [CPUFREQ] Fix section mismatch for longrun_cpu_init. 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