diff options
author | Len Brown <len.brown@intel.com> | 2006-01-27 22:18:29 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-01-27 22:18:29 (GMT) |
commit | 292dd876ee765c478b27c93cc51e93a558ed58bf (patch) | |
tree | 5b740e93253295baee2a9c414a6c66d03d44a9ef /sound/oss/ymfpci.c | |
parent | d4ec6c7cc9a15a7a529719bc3b84f46812f9842e (diff) | |
parent | 9fdb62af92c741addbea15545f214a6e89460865 (diff) | |
download | linux-292dd876ee765c478b27c93cc51e93a558ed58bf.tar.xz |
Pull release into acpica branch
Diffstat (limited to 'sound/oss/ymfpci.c')
-rw-r--r-- | sound/oss/ymfpci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/ymfpci.c b/sound/oss/ymfpci.c index 8dae59b..f8bd72e 100644 --- a/sound/oss/ymfpci.c +++ b/sound/oss/ymfpci.c @@ -2680,7 +2680,7 @@ static struct pci_driver ymfpci_driver = { static int __init ymf_init_module(void) { - return pci_module_init(&ymfpci_driver); + return pci_register_driver(&ymfpci_driver); } static void __exit ymf_cleanup_module (void) |