You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -250,4 +250,4 @@ int __init sibyte_bus_watcher(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
__initcall(sibyte_bus_watcher);
|
||||
device_initcall(sibyte_bus_watcher);
|
||||
|
||||
Reference in New Issue
Block a user