diff options
author | Simon Trimmer <simont@opensource.cirrus.com> | 2021-05-11 18:15:14 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-05-12 13:02:52 +0100 |
commit | 7fe0b0981a1764d665877fa5febc5e8e0e64d2ea (patch) | |
tree | 2ed675fe74a720fb01077f772ed1f9bfca72448d /sound/soc/codecs/wm2200.c | |
parent | 130dbe04d42817b62577a48346837122a00e794f (diff) | |
download | linux-7fe0b0981a1764d665877fa5febc5e8e0e64d2ea.tar.gz linux-7fe0b0981a1764d665877fa5febc5e8e0e64d2ea.tar.bz2 linux-7fe0b0981a1764d665877fa5febc5e8e0e64d2ea.zip |
ASoC: wm2200: remove include of wmfw.h
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>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20210511171514.270219-1-simont@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm2200.c')
-rw-r--r-- | sound/soc/codecs/wm2200.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |