From: Ralf Baechle Date: Mon, 20 Jul 2015 06:58:20 +0000 (+0200) Subject: MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall X-Git-Tag: drm-fsl-dcu-for-next~2592^2~86 X-Git-Url: http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=commitdiff_plain;h=486fcde40d8f903dbd460fb0b5a35423528032e3 MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/sibyte/common/bus_watcher.c b/arch/mips/sibyte/common/bus_watcher.c index 41a1d2242211..a4e55999ecb4 100644 --- a/arch/mips/sibyte/common/bus_watcher.c +++ b/arch/mips/sibyte/common/bus_watcher.c @@ -250,4 +250,4 @@ int __init sibyte_bus_watcher(void) return 0; } -__initcall(sibyte_bus_watcher); +device_initcall(sibyte_bus_watcher);