From: Guo Zhengkui Date: Wed, 29 Sep 2021 12:32:15 +0000 (+0800) Subject: ASoC: wm_adsp: remove a repeated including X-Git-Tag: howlett/maple/20220722_2~1757^2~4^2~150 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=626605a3dfb5c538256e737a7a7ae3e18f3368ec;p=users%2Fjedix%2Flinux-maple.git ASoC: wm_adsp: remove a repeated including Remove a repeated "#include " in line 32. Signed-off-by: Guo Zhengkui Acked-by: Simon Trimmer Link: https://lore.kernel.org/r/20210929123217.5240-1-guozhengkui@vivo.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index f17c749c24c3..d4f0d72cbcc8 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "wm_adsp.h"