]> Pileus Git - ~andy/linux/commit
[CPUFREQ] Fix section mismatch for longrun_cpu_init.
authorHolger Freyther <zecke@selfish.org>
Sun, 18 Jul 2010 19:28:49 +0000 (03:28 +0800)
committerDave Jones <davej@redhat.com>
Tue, 3 Aug 2010 17:47:06 +0000 (13:47 -0400)
commit7e2d81122052c83feeddbebf706b6d53fba7996d
tree73d4bdba09289bdee44d14392a9cb23ec5f35e83
parentb30d3304c9c068ccfe6940232834768af75f8c9a
[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 <holger@moiji-mobile.com>
Signed-off-by: Dave Jones <davej@redhat.com>
arch/x86/kernel/cpu/cpufreq/longrun.c