From: Joe Perches on
On Tue, 2010-07-13 at 17:24 +0100, Mark wrote:
> static DEFINE_PCI_DEVICE_TABLE(pci9111_pci_table) = {
> - {
> - PCI_VENDOR_ID_ADLINK, PCI9111_HR_DEVICE_ID, PCI_ANY_ID,
> - PCI_ANY_ID, 0, 0, 0},
> - /* { PCI_VENDOR_ID_ADLINK, PCI9111_HG_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, */
> - {
> - 0}
> + { PCI_VENDOR_ID_ADLINK, PCI9111_HR_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,
> + 0, 0, 0 },
> + /* { PCI_VENDOR_ID_ADLINK, PCI9111_HG_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,
> + * 0, 0, 0 }, */
> + { 0 }
> };

PCI_VDEVICE()


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/