diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2018-08-06 06:12:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-06 07:50:07 -0400 |
commit | d72117d0c89a3f5657ef91d5eef31337964e3cb2 (patch) | |
tree | 1d6a6dc98865e5bda14df2f8ac4e7b877829ef5d | |
parent | 846b2c96808cc7cdf4e0619d00604b3edd15b35a (diff) |
ASoC: qcom: remove unused header files from common.h
This patch removes unused header files from common.h.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/qcom/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/qcom/common.h b/sound/soc/qcom/common.h index ad5d2cf27459..f05c05b12bd7 100644 --- a/sound/soc/qcom/common.h +++ b/sound/soc/qcom/common.h | |||
@@ -4,7 +4,6 @@ | |||
4 | #ifndef __QCOM_SND_COMMON_H__ | 4 | #ifndef __QCOM_SND_COMMON_H__ |
5 | #define __QCOM_SND_COMMON_H__ | 5 | #define __QCOM_SND_COMMON_H__ |
6 | 6 | ||
7 | #include <linux/component.h> | ||
8 | #include <sound/soc.h> | 7 | #include <sound/soc.h> |
9 | 8 | ||
10 | int qcom_snd_parse_of(struct snd_soc_card *card); | 9 | int qcom_snd_parse_of(struct snd_soc_card *card); |