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

Commit fb04e18e authored by Wolfram Sang's avatar Wolfram Sang
Browse files

video: fbdev: omap2: displays-new: drop owner assignment from platform_drivers



A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 6355721c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -306,7 +306,6 @@ static struct platform_driver tvc_connector_driver = {
	.remove	= __exit_p(tvc_remove),
	.remove	= __exit_p(tvc_remove),
	.driver	= {
	.driver	= {
		.name	= "connector-analog-tv",
		.name	= "connector-analog-tv",
		.owner	= THIS_MODULE,
		.of_match_table = tvc_of_match,
		.of_match_table = tvc_of_match,
	},
	},
};
};
+0 −1
Original line number Original line Diff line number Diff line
@@ -389,7 +389,6 @@ static struct platform_driver dvi_connector_driver = {
	.remove	= __exit_p(dvic_remove),
	.remove	= __exit_p(dvic_remove),
	.driver	= {
	.driver	= {
		.name	= "connector-dvi",
		.name	= "connector-dvi",
		.owner	= THIS_MODULE,
		.of_match_table = dvic_of_match,
		.of_match_table = dvic_of_match,
	},
	},
};
};
+0 −1
Original line number Original line Diff line number Diff line
@@ -435,7 +435,6 @@ static struct platform_driver hdmi_connector_driver = {
	.remove	= __exit_p(hdmic_remove),
	.remove	= __exit_p(hdmic_remove),
	.driver	= {
	.driver	= {
		.name	= "connector-hdmi",
		.name	= "connector-hdmi",
		.owner	= THIS_MODULE,
		.of_match_table = hdmic_of_match,
		.of_match_table = hdmic_of_match,
	},
	},
};
};
+0 −1
Original line number Original line Diff line number Diff line
@@ -296,7 +296,6 @@ static struct platform_driver tfp410_driver = {
	.remove	= __exit_p(tfp410_remove),
	.remove	= __exit_p(tfp410_remove),
	.driver	= {
	.driver	= {
		.name	= "tfp410",
		.name	= "tfp410",
		.owner	= THIS_MODULE,
		.of_match_table = tfp410_of_match,
		.of_match_table = tfp410_of_match,
	},
	},
};
};
+0 −1
Original line number Original line Diff line number Diff line
@@ -459,7 +459,6 @@ static struct platform_driver tpd_driver = {
	.remove	= __exit_p(tpd_remove),
	.remove	= __exit_p(tpd_remove),
	.driver	= {
	.driver	= {
		.name	= "tpd12s015",
		.name	= "tpd12s015",
		.owner	= THIS_MODULE,
		.of_match_table = tpd_of_match,
		.of_match_table = tpd_of_match,
	},
	},
};
};
Loading