MODULE_DEVICE_TABLE: fix some callsites
[deliverable/linux.git] / Documentation / video4linux / v4l2-pci-skeleton.c
index 006721e43b2a81f4ed4809696cc85c2e7326efda..7bd1b975bfd23764c344f983e1d8292e02cf5482 100644 (file)
@@ -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.
This page took 0.023742 seconds and 5 git commands to generate.