diff mbox series

ASoC: fsl_mqs: Remove duplicate linux/of.h header

Message ID 20231119104514.25536-1-tanure@linux.com
State Accepted
Commit cac15dc25f416972f8dd0b6a8d74daa79dc3a998
Headers show
Series ASoC: fsl_mqs: Remove duplicate linux/of.h header | expand

Commit Message

Lucas Tanure Nov. 19, 2023, 10:45 a.m. UTC
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 mbox series

Patch

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>