Skip to content

Commit 58ba21d

Browse files
kv2019ilgirdwood
authored andcommitted
audio: base_fw: do not include platform headers directly
The platform headers should not be included directly. Replace platform/clk.h include with rtos/clk.h. This patch allows to remove dependencies from platform.h files. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 43c34bb commit 58ba21d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/audio/base_fw.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <sof/lib_manager.h>
2020
#include <rtos/clk.h>
2121
#include <rtos/init.h>
22-
#include <platform/lib/clk.h>
2322
#include <sof/audio/module_adapter/module/generic.h>
2423
#include <sof/schedule/dp_schedule.h>
2524
#include <sof/schedule/ll_schedule.h>

0 commit comments

Comments
 (0)