]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/sunhme.c
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
[mirror_ubuntu-artful-kernel.git] / drivers / net / sunhme.c
index 6762f1c6ec8a939da2d7f8c346fa48f4e7691c47..76ccd31cbf5099c445e35cb1124b80a7d6474331 100644 (file)
@@ -3211,7 +3211,7 @@ static void __devexit happy_meal_pci_remove(struct pci_dev *pdev)
        dev_set_drvdata(&pdev->dev, NULL);
 }
 
-static struct pci_device_id happymeal_pci_ids[] = {
+static DEFINE_PCI_DEVICE_TABLE(happymeal_pci_ids) = {
        { PCI_DEVICE(PCI_VENDOR_ID_SUN, PCI_DEVICE_ID_SUN_HAPPYMEAL) },
        { }                     /* Terminating entry */
 };