diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2018-08-06 11:12:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-06 12:50:07 +0100 |
commit | d72117d0c89a3f5657ef91d5eef31337964e3cb2 (patch) | |
tree | 1d6a6dc98865e5bda14df2f8ac4e7b877829ef5d /sound/soc | |
parent | 846b2c96808cc7cdf4e0619d00604b3edd15b35a (diff) | |
download | linux-stable-d72117d0c89a3f5657ef91d5eef31337964e3cb2.tar.gz linux-stable-d72117d0c89a3f5657ef91d5eef31337964e3cb2.tar.bz2 linux-stable-d72117d0c89a3f5657ef91d5eef31337964e3cb2.zip |
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>
Diffstat (limited to 'sound/soc')
-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 @@ #ifndef __QCOM_SND_COMMON_H__ #define __QCOM_SND_COMMON_H__ -#include <linux/component.h> #include <sound/soc.h> int qcom_snd_parse_of(struct snd_soc_card *card); |