|
@@ -42,7 +42,6 @@
|
|
|
MODULE_DESCRIPTION("V4L2 PCI Skeleton Driver");
|
|
|
MODULE_AUTHOR("Hans Verkuil");
|
|
|
MODULE_LICENSE("GPL v2");
|
|
|
-MODULE_DEVICE_TABLE(pci, skeleton_pci_tbl);
|
|
|
|
|
|
/**
|
|
|
* struct skeleton - All internal data for one instance of device
|
|
@@ -95,6 +94,7 @@ static const struct pci_device_id skeleton_pci_tbl[] = {
|
|
|
/* { PCI_DEVICE(PCI_VENDOR_ID_, PCI_DEVICE_ID_) }, */
|
|
|
{ 0, }
|
|
|
};
|
|
|
+MODULE_DEVICE_TABLE(pci, skeleton_pci_tbl);
|
|
|
|
|
|
/*
|
|
|
* HDTV: this structure has the capabilities of the HDTV receiver.
|