diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-06-29 02:43:33 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-07-02 12:40:49 +0100 |
commit | 559e92f78778a171adfb152f49a78e202f5b39df (patch) | |
tree | 39088e2fc7aedbdfbd816d2693b3c62ae16feefd /sound | |
parent | 2b9def8c0d92769eef3ef70d0a7c3646ab185d39 (diff) | |
download | linux-559e92f78778a171adfb152f49a78e202f5b39df.tar.bz2 |
ASoC: madera: Remove duplicated include from cs47l35.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/cs47l35.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs47l35.c b/sound/soc/codecs/cs47l35.c index 511d0d6fa962..e3585c1dab3d 100644 --- a/sound/soc/codecs/cs47l35.c +++ b/sound/soc/codecs/cs47l35.c @@ -19,7 +19,6 @@ #include <sound/pcm_params.h> #include <sound/soc.h> #include <sound/tlv.h> -#include <sound/tlv.h> #include <linux/irqchip/irq-madera.h> #include <linux/mfd/madera/core.h> |