[ALSA] add __devinitdata to all pci_device_id

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Henrik Kretzschmar
2006-04-24 15:59:04 +02:00
committed by Jaroslav Kysela
parent 71b2ccc3a2
commit 396c9b928d
45 changed files with 47 additions and 47 deletions

View 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, }
};