MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall
authorRalf Baechle <ralf@linux-mips.org>
Mon, 20 Jul 2015 06:58:20 +0000 (08:58 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 3 Sep 2015 10:07:49 +0000 (12:07 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sibyte/common/bus_watcher.c

index 41a1d22422112caa5b08cbc51b66ca47cf267a72..a4e55999ecb4c7744a7ac085d9dd5d2b2fe18126 100644 (file)
@@ -250,4 +250,4 @@ int __init sibyte_bus_watcher(void)
        return 0;
 }
 
-__initcall(sibyte_bus_watcher);
+device_initcall(sibyte_bus_watcher);