aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/bt87x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/bt87x.c')
-rw-r--r--sound/pci/bt87x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c
index 639f08098f8c..2236c958aec0 100644
--- a/sound/pci/bt87x.c
+++ b/sound/pci/bt87x.c
@@ -901,6 +901,7 @@ static struct pci_device_id snd_bt87x_default_ids[] = {
901 901
902static struct pci_driver driver = { 902static struct pci_driver driver = {
903 .name = "Bt87x", 903 .name = "Bt87x",
904 .owner = THIS_MODULE,
904 .id_table = snd_bt87x_ids, 905 .id_table = snd_bt87x_ids,
905 .probe = snd_bt87x_probe, 906 .probe = snd_bt87x_probe,
906 .remove = __devexit_p(snd_bt87x_remove), 907 .remove = __devexit_p(snd_bt87x_remove),