On 04/10/2023 18:30, Krzysztof Kozlowski wrote: > Move the includes of binding headers from Qualcomm SoC sound drivers > headers to unit files actually using these bindings. This reduces the > amount of work for C preprocessor and makes usage of bindings easier to > follow. No impact expected on final binaries. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > sound/soc/qcom/apq8016_sbc.c | 1 + > sound/soc/qcom/common.c | 2 +- > sound/soc/qcom/lpass-cdc-dma.c | 1 + > sound/soc/qcom/lpass-cpu.c | 1 + > sound/soc/qcom/lpass-platform.c | 1 + > sound/soc/qcom/lpass.h | 1 - > sound/soc/qcom/qdsp6/q6afe-clocks.c | 1 + > sound/soc/qcom/qdsp6/q6afe-dai.c | 1 + > sound/soc/qcom/qdsp6/q6afe.c | 1 + > sound/soc/qcom/qdsp6/q6afe.h | 2 -- > sound/soc/qcom/qdsp6/q6apm-lpass-dais.c | 1 + > sound/soc/qcom/qdsp6/q6apm.h | 1 - > sound/soc/qcom/qdsp6/q6asm-dai.c | 1 + > sound/soc/qcom/qdsp6/q6asm.c | 1 + > sound/soc/qcom/qdsp6/q6asm.h | 1 - > sound/soc/qcom/qdsp6/q6prm-clocks.c | 2 +- > sound/soc/qcom/qdsp6/q6routing.c | 2 ++ > sound/soc/qcom/sc7180.c | 2 +- > sound/soc/qcom/sc7280.c | 2 ++ > sound/soc/qcom/sc8280xp.c | 1 + > sound/soc/qcom/sdm845.c | 1 + > sound/soc/qcom/sdw.c | 2 +- > sound/soc/qcom/sm8250.c | 1 + I missed few cases of header dependencies, as pointed out by kbuild. I will send v2. Best regards, Krzysztof