From: Richard Fitzgerald Date: Wed, 17 Aug 2022 12:23:43 +0000 (+0100) Subject: ASoC: cs42l42: Don't include kernel.h X-Git-Tag: v6.6.17~5842^2~29^2~190^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ccaa7eb76742579864ddf834a8ea9c036c2cc5a;p=platform%2Fkernel%2Flinux-rpi.git ASoC: cs42l42: Don't include kernel.h kernel.h includes a lot of other headers that we don't need. Replace with an include of types.h. Signed-off-by: Richard Fitzgerald Link: https://lore.kernel.org/r/20220817122347.1356773-2-rf@opensource.cirrus.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index d545a593a251..c212112cf87e 100644 --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include