[PATCH] ASoC: fsl_mqs: Remove duplicate linux/of.h header
Remove linux/of.h as is included more than once. Reported by make includecheck.
Signed-off-by: Lucas Tanure tanure@linux.com --- 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 --- a/sound/soc/fsl/fsl_mqs.c +++ b/sound/soc/fsl/fsl_mqs.c @@ -10,7 +10,6 @@ #include <linux/moduleparam.h> #include <linux/mfd/syscon.h> #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h> -#include <linux/of.h> #include <linux/pm_runtime.h> #include <linux/of.h> #include <linux/pm.h>
On Sun, Nov 19, 2023 at 6:45 PM Lucas Tanure tanure@linux.com wrote:
Remove linux/of.h as is included more than once. Reported by make includecheck.
Signed-off-by: Lucas Tanure tanure@linux.com
Acked-by: Shengjiu Wang shengjiu.wang@gmail.com
best regards Wang shengjiu
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 --- a/sound/soc/fsl/fsl_mqs.c +++ b/sound/soc/fsl/fsl_mqs.c @@ -10,7 +10,6 @@ #include <linux/moduleparam.h> #include <linux/mfd/syscon.h> #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h> -#include <linux/of.h> #include <linux/pm_runtime.h> #include <linux/of.h>
#include <linux/pm.h>
2.42.1
On Sun, 19 Nov 2023 10:45:14 +0000, 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 header commit: cac15dc25f416972f8dd0b6a8d74daa79dc3a998
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
participants (3)
-
Lucas Tanure
-
Mark Brown
-
Shengjiu Wang