1
0
Fork 0

MLK-24337-1 soc: imx8: Support i.MX8 SoCs clock driver to be built as module

Export APIs to support i.MX8 SoCs clock driver to be built as module.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Jacky Bai <ping.bai@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Anson Huang 2020-06-18 16:54:09 +08:00
parent 7d64d08892
commit b3022827c5
1 changed files with 2 additions and 0 deletions

View File

@ -244,6 +244,7 @@ bool imx_src_is_m4_enabled(void)
{
return m4_is_enabled;
}
EXPORT_SYMBOL_GPL(imx_src_is_m4_enabled);
int check_m4_enabled(void)
{
@ -258,3 +259,4 @@ int check_m4_enabled(void)
return 0;
}
EXPORT_SYMBOL_GPL(check_m4_enabled);