aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c b/arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c
index 694510a887dc..8cbb3f386b07 100644
--- a/arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c
+++ b/arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c
@@ -2444,7 +2444,7 @@ static struct intel_uncore_type *bdx_pci_uncores[] = {
2444 NULL, 2444 NULL,
2445}; 2445};
2446 2446
2447static DEFINE_PCI_DEVICE_TABLE(bdx_uncore_pci_ids) = { 2447static const struct pci_device_id bdx_uncore_pci_ids[] = {
2448 { /* Home Agent 0 */ 2448 { /* Home Agent 0 */
2449 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x6f30), 2449 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x6f30),
2450 .driver_data = UNCORE_PCI_DEV_DATA(BDX_PCI_UNCORE_HA, 0), 2450 .driver_data = UNCORE_PCI_DEV_DATA(BDX_PCI_UNCORE_HA, 0),