projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c4d9a
)
ASoC: fsl_mqs: Remove duplicate linux/of.h header
author
Lucas Tanure
<tanure@linux.com>
Sun, 19 Nov 2023 10:45:14 +0000
(10:45 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 20 Nov 2023 13:13:34 +0000
(13:13 +0000)
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>
sound/soc/fsl/fsl_mqs.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_mqs.c
b/sound/soc/fsl/fsl_mqs.c
index f2d74ec05cdf15c06a8a9c4a7bd629a65a4c3f44..86704ba5f6f070b3afbcf9165f10faa0bb4c68bb 100644
(file)
--- 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>