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

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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent bae637a2
......@@ -250,4 +250,4 @@ int __init sibyte_bus_watcher(void)
return 0;
}
__initcall(sibyte_bus_watcher);
device_initcall(sibyte_bus_watcher);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment