mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
meson: clk: Use builtin_platform_driver to simplify the code
Use the builtin_platform_driver() macro to make the code simpler. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
committed by
Stephen Boyd
parent
de64f5c87d
commit
8edeae56a1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user