diff options
Diffstat (limited to 'sound/pci/rme9652')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 | ||||
-rw-r--r-- | sound/pci/rme9652/rme9652.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index 12efbf0fab54..44ca7ddb68f6 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c | |||
@@ -5194,7 +5194,7 @@ static struct pci_driver driver = { | |||
5194 | 5194 | ||
5195 | static int __init alsa_card_hdsp_init(void) | 5195 | static int __init alsa_card_hdsp_init(void) |
5196 | { | 5196 | { |
5197 | return pci_module_init(&driver); | 5197 | return pci_register_driver(&driver); |
5198 | } | 5198 | } |
5199 | 5199 | ||
5200 | static void __exit alsa_card_hdsp_exit(void) | 5200 | static void __exit alsa_card_hdsp_exit(void) |
diff --git a/sound/pci/rme9652/rme9652.c b/sound/pci/rme9652/rme9652.c index 69cd81eaa111..5861f234af21 100644 --- a/sound/pci/rme9652/rme9652.c +++ b/sound/pci/rme9652/rme9652.c | |||
@@ -2664,7 +2664,7 @@ static struct pci_driver driver = { | |||
2664 | 2664 | ||
2665 | static int __init alsa_card_hammerfall_init(void) | 2665 | static int __init alsa_card_hammerfall_init(void) |
2666 | { | 2666 | { |
2667 | return pci_module_init(&driver); | 2667 | return pci_register_driver(&driver); |
2668 | } | 2668 | } |
2669 | 2669 | ||
2670 | static void __exit alsa_card_hammerfall_exit(void) | 2670 | static void __exit alsa_card_hammerfall_exit(void) |