aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/cs4281.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/cs4281.c')
-rw-r--r--sound/pci/cs4281.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs4281.c b/sound/pci/cs4281.c
index d7e06b3caf97..8b42e8631f2a 100644
--- a/sound/pci/cs4281.c
+++ b/sound/pci/cs4281.c
@@ -2124,7 +2124,7 @@ static struct pci_driver driver = {
2124 2124
2125static int __init alsa_card_cs4281_init(void) 2125static int __init alsa_card_cs4281_init(void)
2126{ 2126{
2127 return pci_module_init(&driver); 2127 return pci_register_driver(&driver);
2128} 2128}
2129 2129
2130static void __exit alsa_card_cs4281_exit(void) 2130static void __exit alsa_card_cs4281_exit(void)