From: Robert Richter Date: Wed, 20 Jun 2012 16:39:27 +0000 (+0200) Subject: perf/x86: Fix section mismatch in uncore_pci_init() X-Git-Tag: v3.6-rc1~167^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357398e96d8c883b010379a7669df43ed0e2e32b;p=pandora-kernel.git perf/x86: Fix section mismatch in uncore_pci_init() Fix section mismatch in uncore_pci_init(): WARNING: vmlinux.o(.init.text+0x9246): Section mismatch in reference from the function uncore_pci_init() to the function .devexit.text:uncore_pci_remove() The function __init uncore_pci_init() references a function __devexit uncore_pci_remove(). [...] Signed-off-by: Robert Richter Cc: Cc: Link: http://lkml.kernel.org/r/20120620163927.GI5046@erda.amd.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed