aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r--sound/pci/intel8x0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index 8b33b12fa5dc..9c5710daed50 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -2849,7 +2849,7 @@ static struct pci_driver driver = {
2849 2849
2850static int __init alsa_card_intel8x0_init(void) 2850static int __init alsa_card_intel8x0_init(void)
2851{ 2851{
2852 return pci_module_init(&driver); 2852 return pci_register_driver(&driver);
2853} 2853}
2854 2854
2855static void __exit alsa_card_intel8x0_exit(void) 2855static void __exit alsa_card_intel8x0_exit(void)