diff options
author | 2007-12-17 16:20:03 -0800 | |
---|---|---|
committer | 2007-12-17 19:28:16 -0800 | |
commit | a33234735b2bcfb23cf1facb1f0d8656b8edab8f (patch) | |
tree | 993802a8e3efb0485b6f8ad9c6ded1a27c9f9261 /mm/page_alloc.c | |
parent | drivers/macintosh/via-pmu.c: Added a missing iounmap (diff) | |
download | linux-rng-a33234735b2bcfb23cf1facb1f0d8656b8edab8f.tar.xz linux-rng-a33234735b2bcfb23cf1facb1f0d8656b8edab8f.zip |
drivers/cpufreq/cpufreq_stats.c section fix
cpufreq_stats_free_table() mustn't be __cpuexit since it's called by the
__cpuinit cpufreq_stat_cpu_callback().
This patch fixes the following section mismatch reported by
Chris Clayton:
WARNING: vmlinux.o(.init.text+0x143dd): Section mismatch: reference to .exit.text:cpufreq_stats_free_table (between 'cpufreq_stat_cpu_callback' and 'cpufreq_stats_init')
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Chris Clayton <chris2553@googlemail.com>
Acked-by: Dave Jones <davej@codemonkey.org.uk>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page_alloc.c')
0 files changed, 0 insertions, 0 deletions