[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200114011319.173401-1-yuehaibing@huawei.com>
Date: Tue, 14 Jan 2020 01:13:19 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: Shuming Fan <shumingf@...ltek.com>,
Oder Chiou <oder_chiou@...ltek.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>
CC: YueHaibing <yuehaibing@...wei.com>, <alsa-devel@...a-project.org>,
<linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: [PATCH -next] ASoC: rt700: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@...wei.com>
---
sound/soc/codecs/rt700.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/rt700.c b/sound/soc/codecs/rt700.c
index b1830c1ebf8a..ff68f0e4f629 100644
--- a/sound/soc/codecs/rt700.c
+++ b/sound/soc/codecs/rt700.c
@@ -8,7 +8,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>
Powered by blists - more mailing lists