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

Commit 07e553a5 authored by Srinivas Ramana's avatar Srinivas Ramana Committed by Gerrit - the friendly Code Review server
Browse files

soc: qom: add support to export socinfo_get_version



Some kernel modules may want to use the get_version
interface to get the soc version. So, export
socinfo_get_version().

Change-Id: I8ca2ff3767f554f265974a514c40420742a512e6
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent 47906484
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -384,6 +384,7 @@ uint32_t socinfo_get_version(void)
{
	return (socinfo) ? socinfo->v0_1.version : 0;
}
EXPORT_SYMBOL(socinfo_get_version);

char *socinfo_get_build_id(void)
{