From bf2b84fcb0b801aec43c2f17b21b2be31c0c2c22 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Thu, 28 Nov 2019 13:02:27 +0200 Subject: [PATCH] ASoC: SOF: fix include dependencies in channel_map.h The external headers included in sound/sof/channel_map.h break CONFIG_KERNEL_HEADER_TEST. Signed-off-by: Kai Vehmanen --- include/sound/sof/channel_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sound/sof/channel_map.h b/include/sound/sof/channel_map.h index 75e77b0b664b..21044eb5f377 100644 --- a/include/sound/sof/channel_map.h +++ b/include/sound/sof/channel_map.h @@ -9,8 +9,8 @@ #ifndef __IPC_CHANNEL_MAP_H__ #define __IPC_CHANNEL_MAP_H__ -#include -#include +#include +#include /** * \brief Channel map, specifies transformation of one-to-many or many-to-one.