提交 c433a1b6 编写于 作者: O Olof Johansson

electra_cf: Add MODULE_DEVICE_TABLE()

Add a module device table to electra_cf so that modules can be
auto-probed/loaded.
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 8962cadb
无相关合并请求
......@@ -352,6 +352,7 @@ static struct of_device_id electra_cf_match[] = {
},
{},
};
MODULE_DEVICE_TABLE(of, electra_cf_match);
static struct of_platform_driver electra_cf_driver = {
.name = (char *)driver_name,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部