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

Commit 4d7b9fbb authored by Georgi Djakov's avatar Georgi Djakov
Browse files

interconnect: qcom: Remove duplicate compatible string



There are duplicate compatible entries for gem_noc. Remove one of them.

Change-Id: I9c667edd88646bfcdb9d023ad7668cf683d6e5c6
Signed-off-by: default avatarGeorgi Djakov <gdjako@codeaurora.org>
parent 51cd983d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -906,9 +906,7 @@ static const struct of_device_id qnoc_of_match[] = {
	  .data = &lahaina_nsp_noc},
	{ .compatible = "qcom,lahaina-system_noc",
	  .data = &lahaina_system_noc},
	{ .compatible = "qcom,lahaina-gem_noc",
	  .data = &lahaina_gem_noc},
	{ },
	{ }
};
MODULE_DEVICE_TABLE(of, qnoc_of_match);