aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/cpu/perf_event_intel_uncore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.c b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
index 28a8413ca199..6f43f9584e3d 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_uncore.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.c
@@ -1313,7 +1313,7 @@ static int __devinit uncore_pci_add(struct intel_uncore_type *type,
1313 return 0; 1313 return 0;
1314} 1314}
1315 1315
1316static void __devexit uncore_pci_remove(struct pci_dev *pdev) 1316static void uncore_pci_remove(struct pci_dev *pdev)
1317{ 1317{
1318 struct intel_uncore_box *box = pci_get_drvdata(pdev); 1318 struct intel_uncore_box *box = pci_get_drvdata(pdev);
1319 struct intel_uncore_pmu *pmu = box->pmu; 1319 struct intel_uncore_pmu *pmu = box->pmu;