[ALSA] add __devinitdata to all pci_device_id
[deliverable/linux.git] / sound / pci / azt3328.c
index 680077e1e0576eb9a660191fa66ca65451e05aa7..52a364524262caa4f3020dc2fc944b7d9b72cf59 100644 (file)
@@ -216,7 +216,7 @@ struct snd_azf3328 {
        int irq;
 };
 
-static const struct pci_device_id snd_azf3328_ids[] = {
+static const struct pci_device_id snd_azf3328_ids[] __devinitdata = {
        { 0x122D, 0x50DC, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },   /* PCI168/3328 */
        { 0x122D, 0x80DA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },   /* 3328 */
        { 0, }
This page took 0.037065 seconds and 5 git commands to generate.