Commit ffa1b391 authored by Mats Randgaard's avatar Mats Randgaard Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarMats Randgaard <mats.randgaard@tandberg.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@tandberg.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment