PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[sfrench/cifs-2.6.git] / sound / pci / echoaudio / mia.c
index b8ce27e67e3ab18ad4c9440f1156c0ef6818e66c..27a9a6e5db2dc8ad0802e3f32340a15febca40fe 100644 (file)
@@ -77,7 +77,7 @@ static const struct firmware card_fw[] = {
        {0, "mia_dsp.fw"}
 };
 
-static DEFINE_PCI_DEVICE_TABLE(snd_echo_ids) = {
+static const struct pci_device_id snd_echo_ids[] = {
        {0x1057, 0x3410, 0xECC0, 0x0080, 0, 0, 0},      /* DSP 56361 Mia rev.0 */
        {0x1057, 0x3410, 0xECC0, 0x0081, 0, 0, 0},      /* DSP 56361 Mia rev.1 */
        {0,}