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

Commit ec8d35d4 authored by Stuart Yoder's avatar Stuart Yoder Committed by Greg Kroah-Hartman
Browse files

staging: fsl-mc: export mc_get_version



some drivers (built as modules) rely on mc_get_version()

Signed-off-by: default avatarStuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0afef456
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -67,6 +67,7 @@ int mc_get_version(struct fsl_mc_io *mc_io,


	return 0;
	return 0;
}
}
EXPORT_SYMBOL(mc_get_version);


/**
/**
 * dpmng_get_container_id() - Get container ID associated with a given portal.
 * dpmng_get_container_id() - Get container ID associated with a given portal.