[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200116021142.149000-1-yuehaibing@huawei.com>
Date: Thu, 16 Jan 2020 02:11:42 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: Jack Yu <jack.yu@...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: rt715: 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/rt715.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/rt715.c b/sound/soc/codecs/rt715.c
index 4c746938a062..2cbc57b16b13 100644
--- a/sound/soc/codecs/rt715.c
+++ b/sound/soc/codecs/rt715.c
@@ -10,7 +10,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