提交 4d5d1128 编写于 作者: R Russell King

ARM: sa1111: add sa1111 core driver .owner initializer

Add an initializer for the struct device_driver .owner member.
Acked-by: NNicolas Pitre <nico@linaro.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 a22db0f3
......@@ -1064,6 +1064,7 @@ static struct platform_driver sa1111_device_driver = {
.resume = sa1111_resume,
.driver = {
.name = "sa1111",
.owner = THIS_MODULE,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册