Skip to content

Commit a6fa276

Browse files
committed
ipc: remove unnecessary inclusion of dma-trace.h
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>
1 parent 18c574c commit a6fa276

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ipc/dma-copy.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <sof/lib/dma.h>
1010
#include <sof/lib/uuid.h>
1111
#include <sof/platform.h>
12-
#include <sof/trace/dma-trace.h>
1312
#include <sof/trace/trace.h>
1413
#include <user/trace.h>
1514

src/ipc/ipc4/handler.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
#include <rtos/atomic.h>
3737
#include <rtos/kernel.h>
38-
#include <sof/trace/dma-trace.h>
3938
#include <sof/lib_manager.h>
4039

4140
#if CONFIG_SOF_BOOT_TEST

0 commit comments

Comments
 (0)