2011-05-26 08:40:23

by Jesper Juhl

[permalink] [raw]
Subject: [Patch][Trivial] sound, soc, codec, WM8915: Remove duplicate linux/delay.h inclusion.

It's enough to include linux/delay.h just once in
sound/soc/codecs/wm8915.c, so remove the duplicate.

Signed-off-by: Jesper Juhl <[email protected]>
---
wm8915.c | 1 -
1 file changed, 1 deletion(-)

Patch against Linus' tree as of a few minutes ago.

diff --git a/sound/soc/codecs/wm8915.c b/sound/soc/codecs/wm8915.c
index ccc9bd8..a0b1a72 100644
--- a/sound/soc/codecs/wm8915.c
+++ b/sound/soc/codecs/wm8915.c
@@ -19,7 +19,6 @@
#include <linux/gcd.h>
#include <linux/gpio.h>
#include <linux/i2c.h>
-#include <linux/delay.h>
#include <linux/regulator/consumer.h>
#include <linux/slab.h>
#include <linux/workqueue.h>


--
Jesper Juhl <[email protected]> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.


2011-05-26 09:45:51

by Liam Girdwood

[permalink] [raw]
Subject: Re: [Patch][Trivial] sound, soc, codec, WM8915: Remove duplicate linux/delay.h inclusion.

On 26/05/11 09:32, Jesper Juhl wrote:
> It's enough to include linux/delay.h just once in
> sound/soc/codecs/wm8915.c, so remove the duplicate.
>
> Signed-off-by: Jesper Juhl <[email protected]>
> ---
> wm8915.c | 1 -
> 1 file changed, 1 deletion(-)
>
> Patch against Linus' tree as of a few minutes ago.
>
Acked-by: Liam Girdwood <[email protected]>

2011-05-26 14:10:12

by Mark Brown

[permalink] [raw]
Subject: Re: [Patch][Trivial] sound, soc, codec, WM8915: Remove duplicate linux/delay.h inclusion.

On Thu, May 26, 2011 at 10:32:41AM +0200, Jesper Juhl wrote:
> It's enough to include linux/delay.h just once in
> sound/soc/codecs/wm8915.c, so remove the duplicate.

Applied. Please od try to use sensible subject lines for your patches -
it makes them much easier to apply.