Commit d83d015b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Dmitry Baryshkov
Browse files

drm/bridge: chipone-icn6211: drop driver owner assignment

parent 4edd73d1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -781,7 +781,6 @@ static struct mipi_dsi_driver chipone_dsi_driver = {
	.remove = chipone_dsi_remove,
	.driver = {
		.name = "chipone-icn6211",
		.owner = THIS_MODULE,
		.of_match_table = chipone_of_match,
	},
};