On Jul 17 2007 23:49, Jeff Garzik wrote: >+static struct pci_device_id en_pci_table[] = { >+ { PCI_VENDOR_ID_TIGERJET, PCI_DEVICE_ID_TIGERJET_300, 0x55, 0x02, }, >+ >+ { } /* terminate list */ >+};
This can be v v static const struct pci_device_id en_pci_table[] __devinitconst = { ... } (also in other modules) -- 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/