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

Commit ad116db6 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

soc: qcom: service-locator: Add soft-dependency on QRTR



QRTR needs to be functional before service locator is up. Hence,
add a soft-dependency on the QRTR to ensure this happens when
these drivers are built as modules.

Change-Id: I1919ffc03f8eb215c21724a46c1250787ba2067c
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent f69d3db0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -388,5 +388,6 @@ int find_subsys(const char *pd_path, char *subsys)
}
EXPORT_SYMBOL(find_subsys);

MODULE_SOFTDEP("pre: qrtr");
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Qualcomm Technologies, Inc. Service Locator driver");