aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/vr41xx/common/vrc4173.c
diff options
context:
space:
mode:
authorRichard Knutsson <ricknu-0@student.ltu.se>2005-11-30 00:59:14 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-09 12:13:21 -0800
commitd1d6da8f9fb9a0633a2f36b84b292752d78f7d31 (patch)
treeb5ca6cc364c0c23e47221ccd837c220e371aaf70 /arch/mips/vr41xx/common/vrc4173.c
parent[PATCH] PCI Error Recovery: documentation (diff)
downloadlinux-dev-d1d6da8f9fb9a0633a2f36b84b292752d78f7d31.tar.xz
linux-dev-d1d6da8f9fb9a0633a2f36b84b292752d78f7d31.zip
[PATCH] arch: Replace pci_module_init() with pci_register_driver()
Replace obsolete pci_module_init() with pci_register_driver(). Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/mips/vr41xx/common/vrc4173.c')
-rw-r--r--arch/mips/vr41xx/common/vrc4173.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/vr41xx/common/vrc4173.c b/arch/mips/vr41xx/common/vrc4173.c
index 462a9af30eef..cc52e75e14e7 100644
--- a/arch/mips/vr41xx/common/vrc4173.c
+++ b/arch/mips/vr41xx/common/vrc4173.c
@@ -561,7 +561,7 @@ static int __devinit vrc4173_init(void)
{
int err;
- err = pci_module_init(&vrc4173_driver);
+ err = pci_register_driver(&vrc4173_driver);
if (err < 0)
return err;