diff options
Diffstat (limited to 'sound/pci/als4000.c')
-rw-r--r-- | sound/pci/als4000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/als4000.c b/sound/pci/als4000.c index 7c61561f297f..1904df650265 100644 --- a/sound/pci/als4000.c +++ b/sound/pci/als4000.c | |||
@@ -768,7 +768,6 @@ static void __devexit snd_card_als4000_remove(struct pci_dev *pci) | |||
768 | 768 | ||
769 | static struct pci_driver driver = { | 769 | static struct pci_driver driver = { |
770 | .name = "ALS4000", | 770 | .name = "ALS4000", |
771 | .owner = THIS_MODULE, | ||
772 | .id_table = snd_als4000_ids, | 771 | .id_table = snd_als4000_ids, |
773 | .probe = snd_card_als4000_probe, | 772 | .probe = snd_card_als4000_probe, |
774 | .remove = __devexit_p(snd_card_als4000_remove), | 773 | .remove = __devexit_p(snd_card_als4000_remove), |