aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/es1968.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/es1968.c')
-rw-r--r--sound/pci/es1968.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/es1968.c b/sound/pci/es1968.c
index faf63ff19c42..da10d40b2d91 100644
--- a/sound/pci/es1968.c
+++ b/sound/pci/es1968.c
@@ -2795,7 +2795,7 @@ static struct pci_driver driver = {
2795 2795
2796static int __init alsa_card_es1968_init(void) 2796static int __init alsa_card_es1968_init(void)
2797{ 2797{
2798 return pci_module_init(&driver); 2798 return pci_register_driver(&driver);
2799} 2799}
2800 2800
2801static void __exit alsa_card_es1968_exit(void) 2801static void __exit alsa_card_es1968_exit(void)