Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72dc6794 authored by Henrik Kretzschmar's avatar Henrik Kretzschmar Committed by Jeff Garzik
Browse files

[PATCH] pci_module_init() conversion for pata_pdc2027x



pci_module_init() conversion for pata_pdc2027x

Signed-off-by: default avatarHenrik Kretzschmar <henne@nachtwindheim.de>
Acked-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent fc085150
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -854,7 +854,7 @@ static void __devexit pdc2027x_remove_one(struct pci_dev *pdev)
 */
static int __init pdc2027x_init(void)
{
	return pci_module_init(&pdc2027x_pci_driver);
	return pci_register_driver(&pdc2027x_pci_driver);
}

/**