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

drm/bridge: tc358764: drop driver owner assignment

parent d83d015b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -401,7 +401,6 @@ static struct mipi_dsi_driver tc358764_driver = {
	.remove = tc358764_remove,
	.driver = {
		.name = "tc358764",
		.owner = THIS_MODULE,
		.of_match_table = tc358764_of_match,
	},
};