net: ksz884x: use DEFINE_PCI_DEVICE_TABLE
authorJingoo Han <jg1.han@samsung.com>
Tue, 22 Oct 2013 03:01:47 +0000 (12:01 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Oct 2013 06:19:23 +0000 (02:19 -0400)
This macro is used to create a struct pci_device_id array.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/micrel/ksz884x.c

index 6462dc5..ddd252a 100644 (file)
@@ -7225,7 +7225,7 @@ static int pcidev_suspend(struct pci_dev *pdev, pm_message_t state)
 
 static char pcidev_name[] = "ksz884xp";
 
-static struct pci_device_id pcidev_table[] = {
+static DEFINE_PCI_DEVICE_TABLE(pcidev_table) = {
        { PCI_VENDOR_ID_MICREL_KS, 0x8841,
                PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
        { PCI_VENDOR_ID_MICREL_KS, 0x8842,