[PATCH] ASoC: fsl_mqs: remove duplicated including

From: Wang Jinchao
Date: Fri Dec 15 2023 - 04:14:04 EST


rm the second \#include <linux/of.h>

Signed-off-by: Wang Jinchao <wangjinchao@xxxxxxxxxxx>
---
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..c73e6c141f7e 100644
--- a/sound/soc/fsl/fsl_mqs.c
+++ b/sound/soc/fsl/fsl_mqs.c
@@ -12,7 +12,6 @@
#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>
#include <linux/slab.h>
#include <sound/soc.h>
--
2.40.0