diff options
Diffstat (limited to 'sound/pci/ali5451/ali5451.c')
-rw-r--r-- | sound/pci/ali5451/ali5451.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ali5451/ali5451.c b/sound/pci/ali5451/ali5451.c index 703770f6a507..d683f7736a63 100644 --- a/sound/pci/ali5451/ali5451.c +++ b/sound/pci/ali5451/ali5451.c | |||
@@ -2411,6 +2411,7 @@ static void __devexit snd_ali_remove(struct pci_dev *pci) | |||
2411 | 2411 | ||
2412 | static struct pci_driver driver = { | 2412 | static struct pci_driver driver = { |
2413 | .name = "ALI 5451", | 2413 | .name = "ALI 5451", |
2414 | .owner = THIS_MODULE, | ||
2414 | .id_table = snd_ali_ids, | 2415 | .id_table = snd_ali_ids, |
2415 | .probe = snd_ali_probe, | 2416 | .probe = snd_ali_probe, |
2416 | .remove = __devexit_p(snd_ali_remove), | 2417 | .remove = __devexit_p(snd_ali_remove), |