[ALSA] add __devinitdata to all pci_device_id
[deliverable/linux.git] / sound / pci / cs4281.c
index ac4e73f69c1d3de12e38b7036ecd00307f47c505..b3c94d83450afab7f2ff6c58bfc83cb484df36ed 100644 (file)
@@ -494,7 +494,7 @@ struct cs4281 {
 
 static irqreturn_t snd_cs4281_interrupt(int irq, void *dev_id, struct pt_regs *regs);
 
-static struct pci_device_id snd_cs4281_ids[] = {
+static struct pci_device_id snd_cs4281_ids[] __devinitdata = {
        { 0x1013, 0x6005, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },   /* CS4281 */
        { 0, }
 };
This page took 0.02559 seconds and 5 git commands to generate.