diff mbox series

ASoC: wm_adsp: remove a repeated including

Message ID 20210929123217.5240-1-guozhengkui@vivo.com (mailing list archive)
State New, archived
Headers show
Series ASoC: wm_adsp: remove a repeated including | expand

Commit Message

Guo Zhengkui Sept. 29, 2021, 12:32 p.m. UTC
Remove a repeated "#include <linux/firmware.h>" in line 32.

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
---
 sound/soc/codecs/wm_adsp.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 6c5d55b3b311..b9fb4f547d5e 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -29,7 +29,6 @@ 
 #include <sound/jack.h>
 #include <sound/initval.h>
 #include <sound/tlv.h>
-#include <linux/firmware.h>
 
 #include "wm_adsp.h"