diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-09-26 15:33:03 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-27 23:25:03 +0100 |
commit | 06da26e5ce157bf2af09ef4a9f5dc30af4599fa0 (patch) | |
tree | d3817988f81d0dac31cd35449d062ed78d510736 /sound/soc/qcom | |
parent | 765f50d464457c6a397506b3f3dc58dacc227c6d (diff) |
ASoC: qcom: qdsp6: remove duplicated include
Remove duplicated includes linux/of_platform.h
and linux/wait.h
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom')
-rw-r--r-- | sound/soc/qcom/qdsp6/q6asm.c | 1 | ||||
-rw-r--r-- | sound/soc/qcom/qdsp6/q6core.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/qcom/qdsp6/q6asm.c b/sound/soc/qcom/qdsp6/q6asm.c index 2b2c7233bb5f..e1cfa846a1dc 100644 --- a/sound/soc/qcom/qdsp6/q6asm.c +++ b/sound/soc/qcom/qdsp6/q6asm.c @@ -11,7 +11,6 @@ #include <linux/spinlock.h> #include <linux/kref.h> #include <linux/of.h> -#include <linux/of_platform.h> #include <uapi/sound/asound.h> #include <linux/delay.h> #include <linux/slab.h> diff --git a/sound/soc/qcom/qdsp6/q6core.c b/sound/soc/qcom/qdsp6/q6core.c index ca1be7305524..cdfc8ab6cfc0 100644 --- a/sound/soc/qcom/qdsp6/q6core.c +++ b/sound/soc/qcom/qdsp6/q6core.c @@ -10,7 +10,6 @@ #include <linux/of.h> #include <linux/of_platform.h> #include <linux/jiffies.h> -#include <linux/wait.h> #include <linux/soc/qcom/apr.h> #include "q6core.h" #include "q6dsp-errno.h" |