mirror of https://github.com/thesofproject/sof.git
cleanup: platform: imx8: remove `platform_wait_for_interrupt` definition
`platform_wait_for_interrupt()` is an XTOS-only construct so it's not needed for imx8 which is a Zephyr-only platform. Remove it. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
parent
42ed96ef44
commit
c03635d84b
|
@ -177,10 +177,3 @@ int platform_context_save(struct sof *sof)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifndef __ZEPHYR__
|
||||
void platform_wait_for_interrupt(int level)
|
||||
{
|
||||
arch_wait_for_interrupt(level);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue