PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[sfrench/cifs-2.6.git] / sound / pci / ali5451 / ali5451.c
index feb29c24cab132581be6922fe530ef50f137447d..af89e42b21602c1a3ba9e125e3a643f0a751b35c 100644 (file)
@@ -263,7 +263,7 @@ struct snd_ali {
 #endif
 };
 
-static DEFINE_PCI_DEVICE_TABLE(snd_ali_ids) = {
+static const struct pci_device_id snd_ali_ids[] = {
        {PCI_DEVICE(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M5451), 0, 0, 0},
        {0, }
 };