diff options
Diffstat (limited to 'sound/pci/ad1889.c')
-rw-r--r-- | sound/pci/ad1889.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/ad1889.c b/sound/pci/ad1889.c index e72ccd1a004f..1fdae678a345 100644 --- a/sound/pci/ad1889.c +++ b/sound/pci/ad1889.c | |||
@@ -1067,7 +1067,6 @@ MODULE_DEVICE_TABLE(pci, snd_ad1889_ids); | |||
1067 | 1067 | ||
1068 | static struct pci_driver ad1889_pci = { | 1068 | static struct pci_driver ad1889_pci = { |
1069 | .name = "AD1889 Audio", | 1069 | .name = "AD1889 Audio", |
1070 | .owner = THIS_MODULE, | ||
1071 | .id_table = snd_ad1889_ids, | 1070 | .id_table = snd_ad1889_ids, |
1072 | .probe = snd_ad1889_probe, | 1071 | .probe = snd_ad1889_probe, |
1073 | .remove = __devexit_p(snd_ad1889_remove), | 1072 | .remove = __devexit_p(snd_ad1889_remove), |