Re: [PATCH] ASoC: fsl_mqs: Remove duplicate linux/of.h header

2023-11-20 Thread Mark Brown
On Sun, 19 Nov 2023 10:45:14 +, Lucas Tanure wrote: > Remove linux/of.h as is included more than once. > Reported by make includecheck. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl_mqs: Remove duplicate linux/of.h

Re: [PATCH] ASoC: fsl_mqs: Remove duplicate linux/of.h header

2023-11-20 Thread Shengjiu Wang
On Sun, Nov 19, 2023 at 6:45 PM Lucas Tanure wrote: > > Remove linux/of.h as is included more than once. > Reported by make includecheck. > > Signed-off-by: Lucas Tanure Acked-by: Shengjiu Wang best regards Wang shengjiu > --- > sound/soc/fsl/fsl_mqs.c | 1 - > 1 file changed, 1 deletion(-)

[PATCH] ASoC: fsl_mqs: Remove duplicate linux/of.h header

2023-11-19 Thread Lucas Tanure
Remove linux/of.h as is included more than once. Reported by make includecheck. Signed-off-by: Lucas Tanure --- sound/soc/fsl/fsl_mqs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/fsl/fsl_mqs.c b/sound/soc/fsl/fsl_mqs.c index f2d74ec05cdf..86704ba5f6f0 100644 ---