From: Randy Dunlap Date: Thu, 15 Nov 2007 01:00:12 +0000 (-0800) Subject: vmstat: fix section mismatch warning X-Git-Tag: v2.6.24-rc3~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42614fcde7bfdcbe43a7b17035c167dfebc354dd;p=pandora-kernel.git vmstat: fix section mismatch warning Mark start_cpu_timer() as __cpuinit instead of __devinit. Fixes this section warning: WARNING: vmlinux.o(.text+0x60e53): Section mismatch: reference to .init.text:start_cpu_timer (between 'vmstat_cpuup_callback' and 'vmstat_show') Signed-off-by: Randy Dunlap Acked-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed