From 922f41fac795ba6e3825e31bc844cadbb53fd08c Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Tue, 8 Oct 2024 17:59:09 +0300 Subject: [PATCH] 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 --- src/ipc/dma-copy.c | 1 - src/ipc/ipc4/handler.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/ipc/dma-copy.c b/src/ipc/dma-copy.c index 95cc51c41fd7..beac3f3b391c 100644 --- a/src/ipc/dma-copy.c +++ b/src/ipc/dma-copy.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include diff --git a/src/ipc/ipc4/handler.c b/src/ipc/ipc4/handler.c index 96ddd1eca235..3d7e82645a4f 100644 --- a/src/ipc/ipc4/handler.c +++ b/src/ipc/ipc4/handler.c @@ -35,7 +35,6 @@ #include #include -#include #include #if CONFIG_SOF_BOOT_TEST