aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorLucas Tanure <tanure@linux.com>2023-11-19 10:45:14 +0000
committerMark Brown <broonie@kernel.org>2023-11-20 13:13:34 +0000
commitcac15dc25f416972f8dd0b6a8d74daa79dc3a998 (patch)
treeca96d338206d52dd1120a967f0f7adcf21a22221 /sound/soc/fsl
parentASoC: cs43130: Fixes and improvements (diff)
downloadwireguard-linux-cac15dc25f416972f8dd0b6a8d74daa79dc3a998.tar.xz
wireguard-linux-cac15dc25f416972f8dd0b6a8d74daa79dc3a998.zip
ASoC: fsl_mqs: Remove duplicate linux/of.h header
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>
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 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>