11 May
2021
11 May
'21
7:15 p.m.
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@opensource.cirrus.com --- 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