提交 e76d4ce4 编写于 作者: D David Härdeman 提交者: Mauro Carvalho Chehab

[media] rc-core: initialize rc-core earlier if built-in

rc-core is a subsystem so it should be registered earlier if built into the
kernel.
Signed-off-by: NDavid Härdeman <david@hardeman.nu>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 72873e51
......@@ -1207,7 +1207,7 @@ static void __exit rc_core_exit(void)
rc_map_unregister(&empty_map);
}
module_init(rc_core_init);
subsys_initcall(rc_core_init);
module_exit(rc_core_exit);
int rc_core_debug; /* ir_debug level (0,1,2) */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册