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

Commit eaf61142 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Jesse Barnes
Browse files

PCI: Replace deprecated __initcall with device_initcall.

parent 19792a08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -482,5 +482,5 @@ static int __init pci_proc_init(void)
	return 0;
}

__initcall(pci_proc_init);
device_initcall(pci_proc_init);