Commit 07623f57 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Ulf Hansson
Browse files

pmdomain: mediatek: scpsys: drop driver owner assignment

parent 39cd87c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1138,7 +1138,6 @@ static struct platform_driver scpsys_drv = {
	.driver = {
		.name = "mtk-scpsys",
		.suppress_bind_attrs = true,
		.owner = THIS_MODULE,
		.of_match_table = of_scpsys_match_tbl,
	},
};