diff options
author | Lucas Tanure <[email protected]> | 2023-11-19 10:45:14 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-11-20 13:13:34 +0000 |
commit | cac15dc25f416972f8dd0b6a8d74daa79dc3a998 (patch) | |
tree | ca96d338206d52dd1120a967f0f7adcf21a22221 | |
parent | 36c4d9a6bf657789d13e933a289520b35ff8530b (diff) |
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 <[email protected]>
Acked-by: Shengjiu Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/fsl/fsl_mqs.c | 1 |
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> |