diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-09-14 01:36:04 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-17 10:32:05 -0700 |
commit | 24b7a0aa1abec41b62c9a29a75e511d29f95033b (patch) | |
tree | 2cf882572a1ab2cf1bbd6c56ce1117ccabf7fa43 | |
parent | 982e386379f01aa6254e3313cff1edcb04c66685 (diff) | |
download | linux-24b7a0aa1abec41b62c9a29a75e511d29f95033b.tar.bz2 |
ASoC: qdsp6: q6asm-dai: remove duplicated include from q6asm-dai.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/qcom/qdsp6/q6asm-dai.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/qcom/qdsp6/q6asm-dai.c b/sound/soc/qcom/qdsp6/q6asm-dai.c index c75fab38905d..c3806d7037fc 100644 --- a/sound/soc/qcom/qdsp6/q6asm-dai.c +++ b/sound/soc/qcom/qdsp6/q6asm-dai.c @@ -8,7 +8,6 @@ #include <linux/platform_device.h> #include <linux/slab.h> #include <sound/soc.h> -#include <sound/soc.h> #include <sound/soc-dapm.h> #include <sound/pcm.h> #include <asm/dma.h> |