From b48d1da00fc8f32f7f75b8a34eb484f08b39ffaa Mon Sep 17 00:00:00 2001 From: Richard Fitzgerald Date: Wed, 17 Aug 2022 13:23:44 +0100 Subject: [PATCH] ASoC: cs42l42: Add include dependencies to cs42l42.h Make cs42l42.h include the other headers it depends on instead of assuming that the .c file already included them. Signed-off-by: Richard Fitzgerald Link: https://lore.kernel.org/r/20220817122347.1356773-3-rf@opensource.cirrus.com Signed-off-by: Mark Brown --- sound/soc/codecs/cs42l42.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sound/soc/codecs/cs42l42.h b/sound/soc/codecs/cs42l42.h index 5f50970375d4..1d53e0e050ee 100644 --- a/sound/soc/codecs/cs42l42.h +++ b/sound/soc/codecs/cs42l42.h @@ -12,7 +12,12 @@ #ifndef __CS42L42_H__ #define __CS42L42_H__ +#include +#include +#include #include +#include +#include #include #include -- 2.34.1