提交 ffa1b391 编写于 作者: M Mats Randgaard 提交者: Mauro Carvalho Chehab

V4L/DVB: vpif_cap/disp: Removed section mismatch warning

Signed-off-by: NMats Randgaard <mats.randgaard@tandberg.com>
Signed-off-by: NHans Verkuil <hans.verkuil@tandberg.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 87660547
无相关合并请求
......@@ -2114,7 +2114,7 @@ static const struct dev_pm_ops vpif_dev_pm_ops = {
.resume = vpif_resume,
};
static struct platform_driver vpif_driver = {
static __refdata struct platform_driver vpif_driver = {
.driver = {
.name = "vpif_capture",
.owner = THIS_MODULE,
......
......@@ -1611,7 +1611,7 @@ static int vpif_remove(struct platform_device *device)
return 0;
}
static struct platform_driver vpif_driver = {
static __refdata struct platform_driver vpif_driver = {
.driver = {
.name = "vpif_display",
.owner = THIS_MODULE,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部