[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1618380883-114841-1-git-send-email-yang.lee@linux.alibaba.com>
Date: Wed, 14 Apr 2021 14:14:43 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: james.schulman@...rus.com
Cc: david.rhodes@...rus.com, lgirdwood@...il.com, broonie@...nel.org,
perex@...ex.cz, tiwai@...e.com, alsa-devel@...a-project.org,
patches@...nsource.cirrus.com, linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>
Subject: [PATCH] ASoC: cs35l35: remove unused including <linux/version.h>
Fix the following versioncheck warning:
./sound/soc/codecs/cs35l35.c: 12 linux/version.h not needed.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
sound/soc/codecs/cs35l35.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c
index 55d529a..5d361c7 100644
--- a/sound/soc/codecs/cs35l35.c
+++ b/sound/soc/codecs/cs35l35.c
@@ -9,7 +9,6 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
-#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
--
1.8.3.1
Powered by blists - more mailing lists