[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1467645497-12547-1-git-send-email-weiyj_lk@163.com>
Date: Mon, 4 Jul 2016 15:18:17 +0000
From: weiyj_lk@....com
To: Brian Austin <brian.austin@...rus.com>,
Paul Handrigan <Paul.Handrigan@...rus.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>
Cc: Wei Yongjun <weiyj.lk@...il.com>, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Subject: [PATCH -next] ASoC: cs35l33: Remove unused including <linux/version.h>
From: Wei Yongjun <weiyj.lk@...il.com>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <weiyj.lk@...il.com>
---
sound/soc/codecs/cs35l33.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/cs35l33.c b/sound/soc/codecs/cs35l33.c
index 622a111..c20edd4 100644
--- a/sound/soc/codecs/cs35l33.c
+++ b/sound/soc/codecs/cs35l33.c
@@ -12,7 +12,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