Message ID | 20210511171514.270219-1-simont@opensource.cirrus.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7fe0b0981a1764d665877fa5febc5e8e0e64d2ea |
Headers | show |
Series | ASoC: wm2200: remove include of wmfw.h | expand |
On Tue, May 11, 2021 at 06:15:14PM +0100, Simon Trimmer wrote: > 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> Thanks, Charles
On Tue, 11 May 2021 18:15:14 +0100, Simon Trimmer wrote: > We want all wm_adsp clients to use the wm_adsp.h header as they > shouldn't need to include internal sub-headers. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: wm2200: remove include of wmfw.h commit: 7fe0b0981a1764d665877fa5febc5e8e0e64d2ea All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
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
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(-)