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

Commit 67825292 authored by Rajkumar Raghupathy's avatar Rajkumar Raghupathy
Browse files

soc: qcom: scm: Export the function scm_call2



Export the function call scm_call2 so that it can be used by
other modules.

Change-Id: Iae92da74bb0121bef510a45c6a3a4ddeecc12542
Signed-off-by: default avatarRajkumar Raghupathy <raghup@codeaurora.org>
parent 096d8b6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -670,6 +670,7 @@ int scm_call2(u32 fn_id, struct scm_desc *desc)
		return scm_remap_error(ret);
	return 0;
}
EXPORT_SYMBOL(scm_call2);

/**
 * scm_call2_atomic() - Invoke a syscall in the secure world