Commit cf0d5e91 authored by Alessandro Rubini's avatar Alessandro Rubini

for-2.6.24: spec-core: -DEFINE_PCI_DEVICE_TABLE missing

parent 9da0bc60
......@@ -285,7 +285,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