mirror of https://github.com/thesofproject/sof.git
platform: include clk.h in platform.h for imx8 target.
The CLK_CPU macro is undefined for imx8 platform therefore shall be added. Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
This commit is contained in:
parent
0b77e12395
commit
bea5ab3784
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <sof/platform.h>
|
||||
#include <platform/interrupt.h>
|
||||
#include <platform/clk.h>
|
||||
|
||||
struct sof;
|
||||
|
||||
|
|
Loading…
Reference in New Issue