16 Feb
2023
16 Feb
'23
2:07 a.m.
From 80dd7af06ef675c183bc7faedc474e5cdda295cb Mon Sep 17 00:00:00 2001 From: Jesper Juhl jesperjuhl76@gmail.com Date: Mon, 13 Feb 2023 02:54:45 +0100 Subject: [PATCH 08/12] [cs42l42] Remove unneeded version.h include pointed out by 'make versioncheck'
Signed-off-by: Jesper Juhl jesperjuhl76@gmail.com --- sound/soc/codecs/cs42l42.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index 2fefbcf7bd13..ba8c81b6ac87 100644 --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c @@ -11,7 +11,6 @@
#include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include <linux/types.h> #include <linux/init.h> #include <linux/delay.h>
--
2.39.2