diff options
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 959953ca320a..cbc9ca73c2ab 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -1439,7 +1439,7 @@ static struct pci_driver driver = { | |||
1439 | 1439 | ||
1440 | static int __init alsa_card_azx_init(void) | 1440 | static int __init alsa_card_azx_init(void) |
1441 | { | 1441 | { |
1442 | return pci_module_init(&driver); | 1442 | return pci_register_driver(&driver); |
1443 | } | 1443 | } |
1444 | 1444 | ||
1445 | static void __exit alsa_card_azx_exit(void) | 1445 | static void __exit alsa_card_azx_exit(void) |