PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[deliverable/linux.git] / sound / pci / asihpi / asihpi.c
index 901c9490398a15a254718b7ec3465b786fc41c5f..5017176bfaa1359244f7d6857e03fe3ac0161a23 100644 (file)
@@ -2955,7 +2955,7 @@ static void snd_asihpi_remove(struct pci_dev *pci_dev)
        asihpi_adapter_remove(pci_dev);
 }
 
-static DEFINE_PCI_DEVICE_TABLE(asihpi_pci_tbl) = {
+static const struct pci_device_id asihpi_pci_tbl[] = {
        {HPI_PCI_VENDOR_ID_TI, HPI_PCI_DEV_ID_DSP6205,
                HPI_PCI_VENDOR_ID_AUDIOSCIENCE, PCI_ANY_ID, 0, 0,
                (kernel_ulong_t)HPI_6205},
This page took 0.025678 seconds and 5 git commands to generate.