From: Richard Fitzgerald Date: Wed, 17 Aug 2022 12:23:44 +0000 (+0100) Subject: ASoC: cs42l42: Add include dependencies to cs42l42.h X-Git-Tag: v6.1-rc1~24^2~8^2~59^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b48d1da00fc8f32f7f75b8a34eb484f08b39ffaa;p=thirdparty%2Fkernel%2Flinux.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 5f50970375d4f..1d53e0e050eee 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