From: Kuninori Morimoto Date: Sun, 29 Nov 2020 23:45:19 +0000 (+0900) Subject: ASoC: soc-core: tidyup jack.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e8434a0083b135b7fc34bd8fbd7cb99a47b3c08;p=linux.git ASoC: soc-core: tidyup jack.h soc-core.c don't need sound/jack.h anymore, but asoc.h needs it. This patch fixup header magic. Signed-off-by: Kuninori Morimoto Link: https://lore.kernel.org/r/87y2iju3zm.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown --- diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h index 40c300fe704da..4d8ef71090af1 100644 --- a/include/trace/events/asoc.h +++ b/include/trace/events/asoc.h @@ -7,6 +7,7 @@ #include #include +#include #define DAPM_DIRECT "(direct)" #define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-") diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 50b4ce6374a04..4a86e987dcf03 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include