From: Sam Ravnborg Date: Fri, 1 Feb 2008 16:49:42 +0000 (+0100) Subject: x86: fix section mismatch warning in kernel/pci-calgary X-Git-Tag: v2.6.25-rc1~1081^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31f3dff6c536e33f97c8f5049e1dd0a392933265;p=pandora-kernel.git x86: fix section mismatch warning in kernel/pci-calgary Fix following warning: WARNING: arch/x86/kernel/built-in.o(.text+0x1eb41): Section mismatch in reference from the function calgary_handle_quirks() to the function .init.text:calgary_set_split_completion_timeout() calgary_handle_quirks() are only called at __init time (in calgary_init_one() via handle_quirks ops). So annotate this function and the sister function __init. Signed-off-by: Sam Ravnborg Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed