diff options
Diffstat (limited to 'sound/pci/intel8x0m.c')
-rw-r--r-- | sound/pci/intel8x0m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0m.c b/sound/pci/intel8x0m.c index f9972b20050d..f655cf914060 100644 --- a/sound/pci/intel8x0m.c +++ b/sound/pci/intel8x0m.c | |||
@@ -1452,7 +1452,7 @@ static struct pci_driver driver = { | |||
1452 | 1452 | ||
1453 | static int __init alsa_card_intel8x0m_init(void) | 1453 | static int __init alsa_card_intel8x0m_init(void) |
1454 | { | 1454 | { |
1455 | return pci_module_init(&driver); | 1455 | return pci_register_driver(&driver); |
1456 | } | 1456 | } |
1457 | 1457 | ||
1458 | static void __exit alsa_card_intel8x0m_exit(void) | 1458 | static void __exit alsa_card_intel8x0m_exit(void) |