aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorWang Jinchao <wangjinchao@xfusion.com>2023-12-15 17:13:51 +0800
committerMark Brown <broonie@kernel.org>2023-12-15 12:58:08 +0000
commite7a4a2fd9a4116286a1523ea1a5cbabd2c36f5b9 (patch)
treeb7441a9f450ddad6f0464c3f7b99252f9fc6ab4c /sound/soc/fsl
parentASoC: SOF: amd: remove duplicated including (diff)
downloadwireguard-linux-e7a4a2fd9a4116286a1523ea1a5cbabd2c36f5b9.tar.xz
wireguard-linux-e7a4a2fd9a4116286a1523ea1a5cbabd2c36f5b9.zip
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>