PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[sfrench/cifs-2.6.git] / drivers / net / ethernet / sun / sunhme.c
index 0dbf46f08ed56a479a647a18f4c73692f2ec6160..72c8525d5457b40af75c5c15d6b4bd1432185543 100644 (file)
@@ -3172,7 +3172,7 @@ static void happy_meal_pci_remove(struct pci_dev *pdev)
        free_netdev(net_dev);
 }
 
-static DEFINE_PCI_DEVICE_TABLE(happymeal_pci_ids) = {
+static const struct pci_device_id happymeal_pci_ids[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_SUN, PCI_DEVICE_ID_SUN_HAPPYMEAL) },
        { }                     /* Terminating entry */
 };