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

Commit 486fcde4 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall

parent bae637a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -250,4 +250,4 @@ int __init sibyte_bus_watcher(void)
	return 0;
}

__initcall(sibyte_bus_watcher);
device_initcall(sibyte_bus_watcher);