Commit 6471b8cd authored by Alessandro Rubini's avatar Alessandro Rubini

backport: spec-pci: avoid DEFINE_PCI_DEVICE_TABLE

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 6bfafce6
......@@ -182,7 +182,7 @@ static void spec_remove(struct pci_dev *pdev)
}
DEFINE_PCI_DEVICE_TABLE(spec_idtable) = {
const struct pci_device_id spec_idtable[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_CERN, PCI_DEVICE_ID_SPEC) },
{ PCI_DEVICE(PCI_VENDOR_ID_GENNUM, PCI_DEVICE_ID_GN4124) },
{ 0,},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment