]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ASoC: qcom: explicitly include binding headers when used
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 5 Oct 2023 07:52:49 +0000 (09:52 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 9 Oct 2023 12:14:18 +0000 (13:14 +0100)
Few units use qcom,lpass.h binding headers but they rely on them being
included through a different header.  Make the usage explicit which
allows easier to find the users of a header.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231005075250.88159-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/lpass-cdc-dma.c
sound/soc/qcom/lpass-cpu.c
sound/soc/qcom/lpass-platform.c
sound/soc/qcom/sc7280.c

index 8221e2cbe35c1ba19a33124e057b426db20431b1..586f230494471314d377930f7c35b2033a313b49 100644 (file)
@@ -5,6 +5,7 @@
  * lpass-cdc-dma.c -- ALSA SoC CDC DMA CPU DAI driver for QTi LPASS
  */
 
+#include <dt-bindings/sound/qcom,lpass.h>
 #include <linux/clk.h>
 #include <linux/module.h>
 #include <linux/export.h>
index 39571fed40019a0df9fbc50cefedeb88ef369e2e..d15039bb7f82549e7021b54f438eb57f02267d5a 100644 (file)
@@ -5,6 +5,7 @@
  * lpass-cpu.c -- ALSA SoC CPU DAI driver for QTi LPASS
  */
 
+#include <dt-bindings/sound/qcom,lpass.h>
 #include <linux/clk.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
index 73e3d39bd24c30835d9b96da86d5e6e25009bbc5..5b99b41956ed35d8e8bc557abaa334ad98ebf237 100644 (file)
@@ -5,6 +5,7 @@
  * lpass-platform.c -- ALSA SoC platform driver for QTi LPASS
  */
 
+#include <dt-bindings/sound/qcom,lpass.h>
 #include <linux/dma-mapping.h>
 #include <linux/export.h>
 #include <linux/kernel.h>
index c23df4c8f3417523007848d2be6922b53de90158..095756883050e97a283b23ce5b8db4599b8c2415 100644 (file)
@@ -4,6 +4,7 @@
 //
 // ALSA SoC Machine driver for sc7280
 
+#include <dt-bindings/sound/qcom,lpass.h>
 #include <linux/input.h>
 #include <linux/module.h>
 #include <linux/of_device.h>