mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04: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:
parent
bae637a214
commit
486fcde40d
1 changed files with 1 additions and 1 deletions
|
@ -250,4 +250,4 @@ int __init sibyte_bus_watcher(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
__initcall(sibyte_bus_watcher);
|
device_initcall(sibyte_bus_watcher);
|
||||||
|
|
Loading…
Add table
Reference in a new issue