diff options
Diffstat (limited to 'sound/pci/rme96.c')
-rw-r--r-- | sound/pci/rme96.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/rme96.c b/sound/pci/rme96.c index 6653c21bfa0..9983b66dc56 100644 --- a/sound/pci/rme96.c +++ b/sound/pci/rme96.c | |||
@@ -2413,6 +2413,7 @@ static void __devexit snd_rme96_remove(struct pci_dev *pci) | |||
2413 | 2413 | ||
2414 | static struct pci_driver driver = { | 2414 | static struct pci_driver driver = { |
2415 | .name = "RME Digi96", | 2415 | .name = "RME Digi96", |
2416 | .owner = THIS_MODULE, | ||
2416 | .id_table = snd_rme96_ids, | 2417 | .id_table = snd_rme96_ids, |
2417 | .probe = snd_rme96_probe, | 2418 | .probe = snd_rme96_probe, |
2418 | .remove = __devexit_p(snd_rme96_remove), | 2419 | .remove = __devexit_p(snd_rme96_remove), |