commit | 486fcde40d8f903dbd460fb0b5a35423528032e3 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Jul 20 08:58:20 2015 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 03 12:07:49 2015 +0200 |
tree | a1ca6341400f4299870dc4ee3df795e4665123d1 | |
parent | bae637a2148c97882a1bbfdac08d7a5f4441cdb3 [diff] |
MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/sibyte/common/bus_watcher.c b/arch/mips/sibyte/common/bus_watcher.c index 41a1d22..a4e55999 100644 --- a/arch/mips/sibyte/common/bus_watcher.c +++ b/arch/mips/sibyte/common/bus_watcher.c
@@ -250,4 +250,4 @@ return 0; } -__initcall(sibyte_bus_watcher); +device_initcall(sibyte_bus_watcher);