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:
Marcin Rajwa 2019-06-10 13:09:20 +02:00 committed by Tomasz Lauda
parent 0b77e12395
commit bea5ab3784
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <sof/platform.h>
#include <platform/interrupt.h>
#include <platform/clk.h>
struct sof;