diff options
Diffstat (limited to 'sound/pci/maestro3.c')
-rw-r--r-- | sound/pci/maestro3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/maestro3.c b/sound/pci/maestro3.c index 635531c2aa06..2693b6f731f3 100644 --- a/sound/pci/maestro3.c +++ b/sound/pci/maestro3.c | |||
@@ -2861,6 +2861,7 @@ static void __devexit snd_m3_remove(struct pci_dev *pci) | |||
2861 | 2861 | ||
2862 | static struct pci_driver driver = { | 2862 | static struct pci_driver driver = { |
2863 | .name = "Maestro3", | 2863 | .name = "Maestro3", |
2864 | .owner = THIS_MODULE, | ||
2864 | .id_table = snd_m3_ids, | 2865 | .id_table = snd_m3_ids, |
2865 | .probe = snd_m3_probe, | 2866 | .probe = snd_m3_probe, |
2866 | .remove = __devexit_p(snd_m3_remove), | 2867 | .remove = __devexit_p(snd_m3_remove), |