提交 faa5b9da 编写于 作者: R Robert P. J. Day 提交者: Paul Mackerras

[POWERPC] macintosh: Replace deprecated __initcall with device_initcall

Signed-off-by: NRobert P. J. Day <rpjday@crashcourse.ca>
Acked-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 7012255a
......@@ -334,7 +334,7 @@ int __init adb_init(void)
return 0;
}
__initcall(adb_init);
device_initcall(adb_init);
static int
do_adb_reset_bus(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册