mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
ASoC: qcom: explicitly include binding headers when used
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>
This commit is contained in:
committed by
Mark Brown
parent
d65d4a2c38
commit
0f729a285b
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user