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

Commit 34dacfee authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: mailbox: rpmh: Suppress driver bind/unbind feature"

parents 2cfdb40d 3a99eb20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1309,6 +1309,7 @@ static struct platform_driver rpmh_mbox_driver = {
	.driver = {
		.name = KBUILD_MODNAME,
		.of_match_table = rsc_drv_match,
		.suppress_bind_attrs = true,
	},
};