diff mbox

[1/1] ASoC: isabelle: Remove version.h header file inclusion

Message ID 1343044515-5212-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat July 23, 2012, 11:55 a.m. UTC
version.h header file inclusion is no longer needed for this file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 sound/soc/codecs/isabelle.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Mark Brown July 24, 2012, 7:16 p.m. UTC | #1
On Mon, Jul 23, 2012 at 05:25:15PM +0530, Sachin Kamat wrote:
> version.h header file inclusion is no longer needed for this file.

Applied, thanks.
Reddy, M.R. Swami July 25, 2012, 5:53 a.m. UTC | #2
Thanks Mark and Sachin.

-----Original Message-----
From: Mark Brown [mailto:broonie@opensource.wolfsonmicro.com] 
Sent: Wednesday, July 25, 2012 12:47 AM
To: Sachin Kamat
Cc: alsa-devel@alsa-project.org; Reddy, M.R. Swami; tiwai@suse.de; patches@linaro.org
Subject: Re: [PATCH 1/1] ASoC: isabelle: Remove version.h header file inclusion

On Mon, Jul 23, 2012 at 05:25:15PM +0530, Sachin Kamat wrote:
> version.h header file inclusion is no longer needed for this file.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c
index 5d8f39e..1bf5560 100644
--- a/sound/soc/codecs/isabelle.c
+++ b/sound/soc/codecs/isabelle.c
@@ -13,7 +13,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>