diff mbox

ASoC: lm49453: Remove version.h header file inclusion

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

Commit Message

Sachin Kamat June 3, 2012, 5:28 p.m. UTC
version.h header file is no longer required.

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

Comments

Mark Brown June 4, 2012, 9:56 a.m. UTC | #1
On Sun, Jun 03, 2012 at 10:58:40PM +0530, Sachin Kamat wrote:
> version.h header file is no longer required.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/lm49453.c b/sound/soc/codecs/lm49453.c
index 802b9f1..c1bc945 100644
--- a/sound/soc/codecs/lm49453.c
+++ b/sound/soc/codecs/lm49453.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>