aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/ice1724.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ice1712/ice1724.c')
-rw-r--r--sound/pci/ice1712/ice1724.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c
index 1e7119acfd40..c3ce8f93740b 100644
--- a/sound/pci/ice1712/ice1724.c
+++ b/sound/pci/ice1712/ice1724.c
@@ -2315,6 +2315,7 @@ static void __devexit snd_vt1724_remove(struct pci_dev *pci)
2315 2315
2316static struct pci_driver driver = { 2316static struct pci_driver driver = {
2317 .name = "ICE1724", 2317 .name = "ICE1724",
2318 .owner = THIS_MODULE,
2318 .id_table = snd_vt1724_ids, 2319 .id_table = snd_vt1724_ids,
2319 .probe = snd_vt1724_probe, 2320 .probe = snd_vt1724_probe,
2320 .remove = __devexit_p(snd_vt1724_remove), 2321 .remove = __devexit_p(snd_vt1724_remove),