[alsa-devel] [PATCH][trivial] ASoC: isabelle: Remove unneeded include of version.h
There is no need to include version.h in sound/soc/codecs/isabelle.c - this patch removes the pointless include.
Signed-off-by: Jesper Juhl jj@chaosbits.net --- sound/soc/codecs/isabelle.c | 1 - 1 file changed, 1 deletion(-)
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>
On Fri, Aug 10, 2012 at 08:12:57PM +0200, Jesper Juhl wrote:
There is no need to include version.h in sound/soc/codecs/isabelle.c - this patch removes the pointless include.
Not sure what this patch is against, there appears to be no include of version.h in current code...
On Fri, 10 Aug 2012, Mark Brown wrote:
On Fri, Aug 10, 2012 at 08:12:57PM +0200, Jesper Juhl wrote:
There is no need to include version.h in sound/soc/codecs/isabelle.c - this patch removes the pointless include.
Not sure what this patch is against, there appears to be no include of version.h in current code...
It's against Linus's tree. I created a branch off of master at f4ba394c1b02e7fc2179fda8d3941a5b3b65efb6 and did the patch.
On Fri, Aug 10, 2012 at 08:21:51PM +0200, Jesper Juhl wrote:
On Fri, 10 Aug 2012, Mark Brown wrote:
Not sure what this patch is against, there appears to be no include of version.h in current code...
It's against Linus's tree. I created a branch off of master at f4ba394c1b02e7fc2179fda8d3941a5b3b65efb6 and did the patch.
Ah, the fix is only in -next.
participants (2)
-
Jesper Juhl
-
Mark Brown