staging: fsl-mc: export mc_get_version
some drivers (built as modules) rely on mc_get_version() Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0afef45654
commit
ec8d35d430
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue