From: Richard Fitzgerald Date: Wed, 17 Aug 2022 12:23:44 +0000 (+0100) Subject: ASoC: cs42l42: Add include dependencies to cs42l42.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b48d1da00fc8f32f7f75b8a34eb484f08b39ffaa;p=users%2Fjedix%2Flinux-maple.git 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 --- 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