Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / sound / pci / cs5530.c
index b4e0ff6a99a331b4b3e06ca3ccc3330251687d0d..b1025507a4670fa538e7e5ddbd5da50b21f3be64 100644 (file)
@@ -66,7 +66,7 @@ struct snd_cs5530 {
        unsigned long pci_base;
 };
 
-static DEFINE_PCI_DEVICE_TABLE(snd_cs5530_ids) = {
+static const struct pci_device_id snd_cs5530_ids[] = {
        {PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_AUDIO, PCI_ANY_ID,
                                                        PCI_ANY_ID, 0, 0},
        {0,}
This page took 0.026887 seconds and 5 git commands to generate.