[ALSA] add __devinitdata to all pci_device_id
[deliverable/linux.git] / sound / pci / rme9652 / hdspm.c
index b5538efd146b1eb6fff9ef5df626774e4ea8fe0a..722b9e6ce54a0694ba502d1bdde8e79cb2d1c3b5 100644 (file)
@@ -426,7 +426,7 @@ static char channel_map_madi_qs[HDSPM_MAX_CHANNELS] = {
 };
 
 
-static struct pci_device_id snd_hdspm_ids[] = {
+static struct pci_device_id snd_hdspm_ids[] __devinitdata = {
        {
         .vendor = PCI_VENDOR_ID_XILINX,
         .device = PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP_MADI,
This page took 0.026578 seconds and 5 git commands to generate.