ASoC: soc-core: tidyup jack.h
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Sun, 29 Nov 2020 23:45:19 +0000 (08:45 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 30 Nov 2020 12:54:01 +0000 (12:54 +0000)
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 <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87y2iju3zm.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/trace/events/asoc.h
sound/soc/soc-core.c

index 40c300f..4d8ef71 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <linux/ktime.h>
 #include <linux/tracepoint.h>
+#include <sound/jack.h>
 
 #define DAPM_DIRECT "(direct)"
 #define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
index 50b4ce6..4a86e98 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/of_graph.h>
 #include <linux/dmi.h>
 #include <sound/core.h>
-#include <sound/jack.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
 #include <sound/soc.h>