sound: use DEFINE_PCI_DEVICE_TABLE
[safe/jmp/linux-2.6] / sound / pci / sonicvibes.c
index 1f6406c..337b9fa 100644 (file)
@@ -242,7 +242,7 @@ struct sonicvibes {
 #endif
 };
 
 #endif
 };
 
-static struct pci_device_id snd_sonic_ids[] = {
+static DEFINE_PCI_DEVICE_TABLE(snd_sonic_ids) = {
        { PCI_VDEVICE(S3, 0xca00), 0, },
         { 0, }
 };
        { PCI_VDEVICE(S3, 0xca00), 0, },
         { 0, }
 };