浏览代码

MIPS: Sibyte: Move bus watcher from deprecated __initcall to device_initcall

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 10 年之前
父节点
当前提交
486fcde40d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/sibyte/common/bus_watcher.c

+ 1 - 1
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);