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

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

Merge "soc: qcom: qmp-debugfs-client: Suppress driver bind/unbind feature"

parents 84a90a7e 4f8aaf46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1735,6 +1735,7 @@ static struct platform_driver lpm_driver = {
	.driver = {
		.name = "lpm-levels",
		.owner = THIS_MODULE,
		.suppress_bind_attrs = true,
		.of_match_table = lpm_mtch_tbl,
	},
};
+1 −1
Original line number Diff line number Diff line
@@ -116,8 +116,8 @@ static struct platform_driver aop_qmp_msg_driver = {
	.driver = {
		.name = "debugfs-qmp-client",
		.owner = THIS_MODULE,
		.suppress_bind_attrs = true,
		.of_match_table = aop_qmp_match_tbl,
	},
};

builtin_platform_driver(aop_qmp_msg_driver);
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ static struct platform_driver sys_pm_driver = {
	.probe = sys_pm_probe,
	.driver = {
		.name = KBUILD_MODNAME,
		.suppress_bind_attrs = true,
		.of_match_table = sys_pm_drv_match,
	},
};