diff options
Diffstat (limited to 'sound/pci/rme9652/hdsp.c')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 |
1 files changed, 1 insertions, 1 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) |