ASoC: fsl_mqs: Remove duplicate linux/of.h header
authorLucas Tanure <tanure@linux.com>
Sun, 19 Nov 2023 10:45:14 +0000 (10:45 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 20 Nov 2023 13:13:34 +0000 (13:13 +0000)
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>
sound/soc/fsl/fsl_mqs.c

index f2d74ec05cdf15c06a8a9c4a7bd629a65a4c3f44..86704ba5f6f070b3afbcf9165f10faa0bb4c68bb 100644 (file)
@@ -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>