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

Commit 28bb87cf authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

msm: adsprpc: disable bind/unbind of fastrpc driver from userspace



Set attribute to disable binding and unbinding of fastrpc driver
from userspace.

Change-Id: I3f81850fd07e77251599907aa3b4bc93c1ee9224
Acked-by: default avatarThyagarajan Venkatanarayanan <venkatan@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent 71c317cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3813,6 +3813,7 @@ static struct platform_driver fastrpc_driver = {
		.name = "fastrpc",
		.owner = THIS_MODULE,
		.of_match_table = fastrpc_match_table,
		.suppress_bind_attrs = true,
	},
};