diff options
Diffstat (limited to 'sound/pci/sonicvibes.c')
-rw-r--r-- | sound/pci/sonicvibes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/sonicvibes.c b/sound/pci/sonicvibes.c index 57c8ff5f5260..1f6c2bfd43fd 100644 --- a/sound/pci/sonicvibes.c +++ b/sound/pci/sonicvibes.c | |||
@@ -1508,6 +1508,7 @@ static void __devexit snd_sonic_remove(struct pci_dev *pci) | |||
1508 | 1508 | ||
1509 | static struct pci_driver driver = { | 1509 | static struct pci_driver driver = { |
1510 | .name = "S3 SonicVibes", | 1510 | .name = "S3 SonicVibes", |
1511 | .owner = THIS_MODULE, | ||
1511 | .id_table = snd_sonic_ids, | 1512 | .id_table = snd_sonic_ids, |
1512 | .probe = snd_sonic_probe, | 1513 | .probe = snd_sonic_probe, |
1513 | .remove = __devexit_p(snd_sonic_remove), | 1514 | .remove = __devexit_p(snd_sonic_remove), |