Alexey Dobriyan wrote:
-static struct pci_device_id rtl8139_pci_tbl[] = { +PCI_MODULE_DEVICE_TABLE_BEGIN(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 }, @@ -273,10 +273,7 @@ static struct pci_device_id rtl8139_pci_tbl[] = { {PCI_ANY_ID, 0x8139, 0x10ec, 0x8139, 0, 0, RTL8139 }, {PCI_ANY_ID, 0x8139, 0x1186, 0x1300, 0, 0, RTL8139 }, {PCI_ANY_ID, 0x8139, 0x13d1, 0xab06, 0, 0, RTL8139 }, - - {0,} -}; -MODULE_DEVICE_TABLE (pci, rtl8139_pci_tbl); +PCI_MODULE_DEVICE_TABLE_END
I think the previous version looks better. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] pci: fix unterminated pci_device_id lists
- From: Jan Engelhardt <[email protected]>
- Re: [PATCH] pci: fix unterminated pci_device_id lists
- References:
- [PATCH] pci: fix unterminated pci_device_id lists
- From: Kees Cook <[email protected]>
- Re: [PATCH] pci: fix unterminated pci_device_id lists
- From: Jeff Garzik <[email protected]>
- Re: [PATCH] pci: fix unterminated pci_device_id lists
- From: "Alexey Dobriyan" <[email protected]>
- Re: [PATCH] pci: fix unterminated pci_device_id lists
- From: Greg KH <[email protected]>
- Re: [PATCH] pci: fix unterminated pci_device_id lists
- From: Andrew Morton <[email protected]>
- Re: [PATCH] pci: fix unterminated pci_device_id lists
- From: "Alexey Dobriyan" <[email protected]>
- [PATCH] pci: fix unterminated pci_device_id lists
- Prev by Date: [PATCH]PCI:disable resource decode in PCI BAR detection
- Next by Date: Re: [GIT PULL] Blackfin arch bug fixing for 2.6.23-rc6
- Previous by thread: Re: [PATCH] pci: fix unterminated pci_device_id lists
- Next by thread: Re: [PATCH] pci: fix unterminated pci_device_id lists
- Index(es):