PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[deliverable/linux.git] / sound / pci / sis7019.c
index 6b26b93e001d89fa4c80fe3e6e52e1392b1f2c27..7f6a0a0d115a9a65dbbcfaec7ad01842a95829e0 100644 (file)
@@ -52,7 +52,7 @@ MODULE_PARM_DESC(enable, "Enable SiS7019 Audio Accelerator.");
 module_param(codecs, int, 0444);
 MODULE_PARM_DESC(codecs, "Set bit to indicate that codec number is expected to be present (default 1)");
 
-static DEFINE_PCI_DEVICE_TABLE(snd_sis7019_ids) = {
+static const struct pci_device_id snd_sis7019_ids[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x7019) },
        { 0, }
 };
This page took 0.043192 seconds and 5 git commands to generate.