Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>
Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>
Link: https://lore.kernel.org/r/20231119104514.25536-1-tanure@linux.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Lucas Tanure and committed by
Mark Brown
cac15dc2 36c4d9a6

-1
-1
sound/soc/fsl/fsl_mqs.c
··· 10 10 #include <linux/moduleparam.h> 11 11 #include <linux/mfd/syscon.h> 12 12 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h> 13 - #include <linux/of.h> 14 13 #include <linux/pm_runtime.h> 15 14 #include <linux/of.h> 16 15 #include <linux/pm.h>