summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs42l42.c
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.cirrus.com>2022-08-17 15:23:43 +0300
committerMark Brown <broonie@kernel.org>2022-08-17 15:58:46 +0300
commit8ccaa7eb76742579864ddf834a8ea9c036c2cc5a (patch)
treebbcac918004d333c5950abef016ee1e516666447 /sound/soc/codecs/cs42l42.c
parent6256547352fa21356de8d26b058e50d719ecc0d2 (diff)
downloadlinux-8ccaa7eb76742579864ddf834a8ea9c036c2cc5a.tar.xz
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 <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220817122347.1356773-2-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs42l42.c')
-rw-r--r--sound/soc/codecs/cs42l42.c2
1 files changed, 1 insertions, 1 deletions
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 <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/version.h>
-#include <linux/kernel.h>
+#include <linux/types.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/i2c.h>