Commit 8edeae56 authored by Wei Yongjun's avatar Wei Yongjun Committed by Stephen Boyd

meson: clk: Use builtin_platform_driver to simplify the code

Use the builtin_platform_driver() macro to make the code simpler.
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent de64f5c8
......@@ -673,8 +673,4 @@ static struct platform_driver meson8b_driver = {
},
};
static int __init meson8b_clkc_init(void)
{
return platform_driver_register(&meson8b_driver);
}
device_initcall(meson8b_clkc_init);
builtin_platform_driver(meson8b_driver);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment