提交 b1ebb975 编写于 作者: G Geliang Tang 提交者: David S. Miller

sparc: kernel: use builtin_platform_driver

Use builtin_platform_driver() helper to simplify the code.
Signed-off-by: NGeliang Tang <geliangtang@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e8f4aa60
......@@ -67,9 +67,4 @@ static struct platform_driver power_driver = {
},
};
static int __init power_init(void)
{
return platform_driver_register(&power_driver);
}
device_initcall(power_init);
builtin_platform_driver(power_driver);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册