diff options
Diffstat (limited to 'sound/pci/rme9652')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 1 | ||||
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 1 | ||||
-rw-r--r-- | sound/pci/rme9652/rme9652.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index 845158b01b02..d15ffb3e9b0a 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c | |||
@@ -5062,7 +5062,6 @@ static void __devexit snd_hdsp_remove(struct pci_dev *pci) | |||
5062 | 5062 | ||
5063 | static struct pci_driver driver = { | 5063 | static struct pci_driver driver = { |
5064 | .name = "RME Hammerfall DSP", | 5064 | .name = "RME Hammerfall DSP", |
5065 | .owner = THIS_MODULE, | ||
5066 | .id_table = snd_hdsp_ids, | 5065 | .id_table = snd_hdsp_ids, |
5067 | .probe = snd_hdsp_probe, | 5066 | .probe = snd_hdsp_probe, |
5068 | .remove = __devexit_p(snd_hdsp_remove), | 5067 | .remove = __devexit_p(snd_hdsp_remove), |
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 60a1141f1327..a1aef6f6767e 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
@@ -3639,7 +3639,6 @@ static void __devexit snd_hdspm_remove(struct pci_dev *pci) | |||
3639 | 3639 | ||
3640 | static struct pci_driver driver = { | 3640 | static struct pci_driver driver = { |
3641 | .name = "RME Hammerfall DSP MADI", | 3641 | .name = "RME Hammerfall DSP MADI", |
3642 | .owner = THIS_MODULE, | ||
3643 | .id_table = snd_hdspm_ids, | 3642 | .id_table = snd_hdspm_ids, |
3644 | .probe = snd_hdspm_probe, | 3643 | .probe = snd_hdspm_probe, |
3645 | .remove = __devexit_p(snd_hdspm_remove), | 3644 | .remove = __devexit_p(snd_hdspm_remove), |
diff --git a/sound/pci/rme9652/rme9652.c b/sound/pci/rme9652/rme9652.c index 59fcef9b6b81..f9d0c126c213 100644 --- a/sound/pci/rme9652/rme9652.c +++ b/sound/pci/rme9652/rme9652.c | |||
@@ -2654,7 +2654,6 @@ static void __devexit snd_rme9652_remove(struct pci_dev *pci) | |||
2654 | 2654 | ||
2655 | static struct pci_driver driver = { | 2655 | static struct pci_driver driver = { |
2656 | .name = "RME Digi9652 (Hammerfall)", | 2656 | .name = "RME Digi9652 (Hammerfall)", |
2657 | .owner = THIS_MODULE, | ||
2658 | .id_table = snd_rme9652_ids, | 2657 | .id_table = snd_rme9652_ids, |
2659 | .probe = snd_rme9652_probe, | 2658 | .probe = snd_rme9652_probe, |
2660 | .remove = __devexit_p(snd_rme9652_remove), | 2659 | .remove = __devexit_p(snd_rme9652_remove), |