diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2020-11-30 02:45:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-30 15:54:01 +0300 |
commit | 9e8434a0083b135b7fc34bd8fbd7cb99a47b3c08 (patch) | |
tree | e26a3e9992482a736a08129a2bb2057b1feed297 /sound/soc/soc-core.c | |
parent | 7f2c63d6ae0754e5389c5942cb3bd670ea6cff40 (diff) | |
download | linux-9e8434a0083b135b7fc34bd8fbd7cb99a47b3c08.tar.xz |
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 <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>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 50b4ce6374a0..4a86e987dcf0 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -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> |