diff options
Diffstat (limited to 'sound/pci/cmipci.c')
-rw-r--r-- | sound/pci/cmipci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c index 583b2713d862..1eb3315d136d 100644 --- a/sound/pci/cmipci.c +++ b/sound/pci/cmipci.c | |||
@@ -3037,6 +3037,7 @@ static void __devexit snd_cmipci_remove(struct pci_dev *pci) | |||
3037 | 3037 | ||
3038 | static struct pci_driver driver = { | 3038 | static struct pci_driver driver = { |
3039 | .name = "C-Media PCI", | 3039 | .name = "C-Media PCI", |
3040 | .owner = THIS_MODULE, | ||
3040 | .id_table = snd_cmipci_ids, | 3041 | .id_table = snd_cmipci_ids, |
3041 | .probe = snd_cmipci_probe, | 3042 | .probe = snd_cmipci_probe, |
3042 | .remove = __devexit_p(snd_cmipci_remove), | 3043 | .remove = __devexit_p(snd_cmipci_remove), |