From b2ce9f87e90c092d7abe4f6087fef4c388a9897d Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Thu, 7 Jul 2011 10:22:46 +0800 Subject: [PATCH] --- yaml --- r: 262616 b: refs/heads/master c: daa7769641019e9a0da180170cc1cd1b8ebd1641 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/platform/x86/intel_scu_ipc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a7cd67784bfe..67432e90fbf9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b73210aec44ddf73ca856cbca2d25daeccf47025 +refs/heads/master: daa7769641019e9a0da180170cc1cd1b8ebd1641 diff --git a/trunk/drivers/platform/x86/intel_scu_ipc.c b/trunk/drivers/platform/x86/intel_scu_ipc.c index 940accbe28d3..c86665369a22 100644 --- a/trunk/drivers/platform/x86/intel_scu_ipc.c +++ b/trunk/drivers/platform/x86/intel_scu_ipc.c @@ -725,7 +725,7 @@ static void ipc_remove(struct pci_dev *pdev) intel_scu_devices_destroy(); } -static const struct pci_device_id pci_ids[] = { +static DEFINE_PCI_DEVICE_TABLE(pci_ids) = { {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080e)}, {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x082a)}, { 0,}