提交 faabbe50 编写于 作者: W Wei Yongjun 提交者: Stephen Boyd

clk: zx296718: use builtin_platform_driver to simplify the code

Use the builtin_platform_driver() macro to make the code simpler.
Signed-off-by: NWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 5254223a
......@@ -917,8 +917,4 @@ static struct platform_driver zx_clk_driver = {
},
};
static int __init zx_clkc_init(void)
{
return platform_driver_register(&zx_clk_driver);
}
device_initcall(zx_clkc_init);
builtin_platform_driver(zx_clk_driver);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册