[ALSA] add __devinitdata to all pci_device_id
[deliverable/linux.git] / sound / pci / via82xx_modem.c
index 22ce4d309929ac9acce7395d00582a90d64964b8..ef97e50cd6c2ff8b51449abeb8fe1499141d9cce 100644 (file)
@@ -261,7 +261,7 @@ struct via82xx_modem {
        struct snd_info_entry *proc_entry;
 };
 
-static struct pci_device_id snd_via82xx_modem_ids[] = {
+static struct pci_device_id snd_via82xx_modem_ids[] __devinitdata = {
        { 0x1106, 0x3068, PCI_ANY_ID, PCI_ANY_ID, 0, 0, TYPE_CARD_VIA82XX_MODEM, },
        { 0, }
 };
This page took 0.037454 seconds and 5 git commands to generate.