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

Commit 9f259c5e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: subsystem_notif_virt: Fix owner for the driver"

parents bb9c0e0e 4219e54c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ static struct platform_driver subsys_notif_virt_driver = {
	.remove = subsys_notif_virt_remove,
	.driver = {
		.name = "subsys_notif_virt",
		.owner = "THIS_MODULE",
		.owner = THIS_MODULE,
		.of_match_table = match_table,
	},
};