diff options
author | Wang Jinchao <wangjinchao@xfusion.com> | 2023-12-15 17:13:51 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-15 12:58:08 +0000 |
commit | e7a4a2fd9a4116286a1523ea1a5cbabd2c36f5b9 (patch) | |
tree | b7441a9f450ddad6f0464c3f7b99252f9fc6ab4c | |
parent | 02842209fc29bddb2b673ceb8f681267857c4bc1 (diff) |
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>
-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 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> |