summaryrefslogtreecommitdiff
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorWang Jinchao <wangjinchao@xfusion.com>2023-12-15 12:13:51 +0300
committerMark Brown <broonie@kernel.org>2023-12-15 15:58:08 +0300
commite7a4a2fd9a4116286a1523ea1a5cbabd2c36f5b9 (patch)
treeb7441a9f450ddad6f0464c3f7b99252f9fc6ab4c /sound/soc/fsl
parent02842209fc29bddb2b673ceb8f681267857c4bc1 (diff)
downloadlinux-e7a4a2fd9a4116286a1523ea1a5cbabd2c36f5b9.tar.xz
ASoC: fsl_mqs: remove duplicated including
rm the second \#include <linux/of.h> Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com> Link: https://msgid.link/r/202312151713+0800-wangjinchao@xfusion.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/fsl_mqs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_mqs.c b/sound/soc/fsl/fsl_mqs.c
index 86704ba5f6f0..60929c36a0e3 100644
--- a/sound/soc/fsl/fsl_mqs.c
+++ b/sound/soc/fsl/fsl_mqs.c
@@ -11,7 +11,6 @@
#include <linux/mfd/syscon.h>
#include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
#include <linux/pm_runtime.h>
-#include <linux/of.h>
#include <linux/pm.h>
#include <linux/slab.h>
#include <sound/soc.h>