perf/x86: Fix section mismatch in uncore_pci_init()
commit357398e96d8c883b010379a7669df43ed0e2e32b
authorRobert Richter <robert.richter@amd.com>
Wed, 20 Jun 2012 16:39:27 +0000 (20 18:39 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 25 Jun 2012 08:32:21 +0000 (25 10:32 +0200)
tree180f5623ddae827ad2066df7515352fca9612c0e
parent32c46e579b68c7ac0cd19d0803898a841d99833d
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 <robert.richter@amd.com>
Cc: <a.p.zijlstra@chello.nl>
Cc: <zheng.z.yan@intel.com>
Link: http://lkml.kernel.org/r/20120620163927.GI5046@erda.amd.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/perf_event_intel_uncore.c