diff options
Diffstat (limited to 'drivers/parport/parport_serial.c')
-rw-r--r-- | drivers/parport/parport_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/parport_serial.c b/drivers/parport/parport_serial.c index d3dad0aac7cb..76dd077e3184 100644 --- a/drivers/parport/parport_serial.c +++ b/drivers/parport/parport_serial.c | |||
@@ -464,7 +464,7 @@ static struct pci_driver parport_serial_pci_driver = { | |||
464 | 464 | ||
465 | static int __init parport_serial_init (void) | 465 | static int __init parport_serial_init (void) |
466 | { | 466 | { |
467 | return pci_module_init (&parport_serial_pci_driver); | 467 | return pci_register_driver (&parport_serial_pci_driver); |
468 | } | 468 | } |
469 | 469 | ||
470 | static void __exit parport_serial_exit (void) | 470 | static void __exit parport_serial_exit (void) |