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

Commit 70f1e002 authored by Ralf Baechle's avatar Ralf Baechle Committed by Jeff Garzik
Browse files

[PATCH] IOC3: Replace obsolete PCI API

parent 620d9aa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1360,7 +1360,7 @@ static struct pci_driver ioc3_driver = {

static int __init ioc3_init_module(void)
{
	return pci_module_init(&ioc3_driver);
	return pci_register_driver(&ioc3_driver);
}

static void __exit ioc3_cleanup_module(void)