mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
V4L/DVB: vpif_cap/disp: Removed section mismatch warning
Signed-off-by: Mats Randgaard <mats.randgaard@tandberg.com> Signed-off-by: Hans Verkuil <hans.verkuil@tandberg.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
87660547de
commit
ffa1b391c6
@@ -2114,7 +2114,7 @@ static const struct dev_pm_ops vpif_dev_pm_ops = {
|
|||||||
.resume = vpif_resume,
|
.resume = vpif_resume,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct platform_driver vpif_driver = {
|
static __refdata struct platform_driver vpif_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "vpif_capture",
|
.name = "vpif_capture",
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
|
|||||||
@@ -1611,7 +1611,7 @@ static int vpif_remove(struct platform_device *device)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct platform_driver vpif_driver = {
|
static __refdata struct platform_driver vpif_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "vpif_display",
|
.name = "vpif_display",
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
|
|||||||
Reference in New Issue
Block a user