Skip to content

Commit

Permalink
ipc: remove unnecessary inclusion of dma-trace.h
Browse files Browse the repository at this point in the history
dma-trace.h is only needed to implement the IPC3 sof-logger
DMA trace and the definitions are not needed for IPC4 or
dma-copy.c implementation.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Oct 8, 2024
1 parent af55b45 commit 922f41f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ipc/dma-copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <sof/lib/dma.h>
#include <sof/lib/uuid.h>
#include <sof/platform.h>
#include <sof/trace/dma-trace.h>
#include <sof/trace/trace.h>
#include <user/trace.h>

Expand Down
1 change: 0 additions & 1 deletion src/ipc/ipc4/handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

#include <rtos/atomic.h>
#include <rtos/kernel.h>
#include <sof/trace/dma-trace.h>
#include <sof/lib_manager.h>

#if CONFIG_SOF_BOOT_TEST
Expand Down

0 comments on commit 922f41f

Please sign in to comment.