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:
Ralf Baechle 2015-07-20 08:58:20 +02:00
parent bae637a214
commit 486fcde40d
1 changed files with 1 additions and 1 deletions

View File

@ -250,4 +250,4 @@ int __init sibyte_bus_watcher(void)
return 0;
}
__initcall(sibyte_bus_watcher);
device_initcall(sibyte_bus_watcher);