[PATCH] ASoC: wm2200: remove include of wmfw.h

From: Simon Trimmer
Date: Tue May 11 2021 - 13:15:27 EST


We want all wm_adsp clients to use the wm_adsp.h header as they
shouldn't need to include internal sub-headers.

Signed-off-by: Simon Trimmer <simont@xxxxxxxxxxxxxxxxxxxxx>
---
sound/soc/codecs/wm2200.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c
index b0a6d31299bb..c35673e7f420 100644
--- a/sound/soc/codecs/wm2200.c
+++ b/sound/soc/codecs/wm2200.c
@@ -30,7 +30,6 @@
#include <sound/wm2200.h>

#include "wm2200.h"
-#include "wmfw.h"
#include "wm_adsp.h"

#define WM2200_DSP_CONTROL_1 0x00
--
2.31.1