[ALSA] add __devinitdata to all pci_device_id
[deliverable/linux.git] / sound / pci / sonicvibes.c
index 2d66a09fe5ee3deca6a9de1bebe576fbb1ea9be9..91f8bf3ae9fac562d3a48b3730e30ff70ee6ac3a 100644 (file)
@@ -243,7 +243,7 @@ struct sonicvibes {
 #endif
 };
 
-static struct pci_device_id snd_sonic_ids[] = {
+static struct pci_device_id snd_sonic_ids[] __devinitdata = {
        { 0x5333, 0xca00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },
         { 0, }
 };
This page took 0.034357 seconds and 5 git commands to generate.