]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/8139too.c
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
[mirror_ubuntu-artful-kernel.git] / drivers / net / 8139too.c
index 907f2d583db8d09b5e8335de56daaebc26af3785..321e73aabb2b18f1be9e096be30253ba0925d120 100644 (file)
@@ -231,7 +231,7 @@ static const struct {
 };
 
 
-static const struct pci_device_id rtl8139_pci_tbl[] = {
+static DEFINE_PCI_DEVICE_TABLE(rtl8139_pci_tbl) = {
        {0x10ec, 0x8139, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
        {0x10ec, 0x8138, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
        {0x1113, 0x1211, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },