diff options
Diffstat (limited to 'sound/pci/lola/lola.c')
-rw-r--r-- | sound/pci/lola/lola.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/lola/lola.c b/sound/pci/lola/lola.c index 68824cdd137d..a75c8dc66dec 100644 --- a/sound/pci/lola/lola.c +++ b/sound/pci/lola/lola.c | |||
@@ -760,7 +760,7 @@ static void lola_remove(struct pci_dev *pci) | |||
760 | } | 760 | } |
761 | 761 | ||
762 | /* PCI IDs */ | 762 | /* PCI IDs */ |
763 | static DEFINE_PCI_DEVICE_TABLE(lola_ids) = { | 763 | static const struct pci_device_id lola_ids[] = { |
764 | { PCI_VDEVICE(DIGIGRAM, 0x0001) }, | 764 | { PCI_VDEVICE(DIGIGRAM, 0x0001) }, |
765 | { 0, } | 765 | { 0, } |
766 | }; | 766 | }; |