Skip to content

Commit

Permalink
audio: base_fw: do not include platform headers directly
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kv2019i authored and lgirdwood committed Nov 26, 2024
1 parent 43c34bb commit 58ba21d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/base_fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <sof/lib_manager.h>
#include <rtos/clk.h>
#include <rtos/init.h>
#include <platform/lib/clk.h>
#include <sof/audio/module_adapter/module/generic.h>
#include <sof/schedule/dp_schedule.h>
#include <sof/schedule/ll_schedule.h>
Expand Down

0 comments on commit 58ba21d

Please sign in to comment.