Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 87660547
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,