summaryrefslogtreecommitdiffstats
path: root/sound/oss/maestro.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 03:41:42 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 03:41:42 +0100
commit977127174a7dff52d17faeeb4c4949a54221881f (patch)
treeb05b9d18a1256d7ed97bdfb537213a8d70ccca57 /sound/oss/maestro.c
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 (diff)
parent[PATCH] drivers/*rest*: Replace pci_module_init() with pci_register_driver() (diff)
downloadlinux-977127174a7dff52d17faeeb4c4949a54221881f.tar.xz
linux-977127174a7dff52d17faeeb4c4949a54221881f.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Diffstat (limited to 'sound/oss/maestro.c')
-rw-r--r--sound/oss/maestro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/maestro.c b/sound/oss/maestro.c
index f9ac5b16f61a..d4b569acf764 100644
--- a/sound/oss/maestro.c
+++ b/sound/oss/maestro.c
@@ -3624,7 +3624,7 @@ static int __init init_maestro(void)
{
int rc;
- rc = pci_module_init(&maestro_pci_driver);
+ rc = pci_register_driver(&maestro_pci_driver);
if (rc < 0)
return rc;