All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch][Trivial] sound, soc, codec, WM8915: Remove duplicate linux/delay.h inclusion.
@ 2011-05-26  8:32 Jesper Juhl
  2011-05-26  9:45 ` Liam Girdwood
  2011-05-26 14:10 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Jesper Juhl @ 2011-05-26  8:32 UTC (permalink / raw)
  To: Mark Brown
  Cc: Ian Lartey, Dimitris Papastamos, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, linux-kernel, trivial

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 <jj@chaosbits.net>
---
 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 <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Patch][Trivial] sound, soc, codec, WM8915: Remove duplicate linux/delay.h inclusion.
  2011-05-26  8:32 [Patch][Trivial] sound, soc, codec, WM8915: Remove duplicate linux/delay.h inclusion Jesper Juhl
@ 2011-05-26  9:45 ` Liam Girdwood
  2011-05-26 14:10 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-05-26  9:45 UTC (permalink / raw)
  To: Jesper Juhl
  Cc: Mark Brown, Ian Lartey, Dimitris Papastamos, Jaroslav Kysela,
	Takashi Iwai, linux-kernel, trivial

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 <jj@chaosbits.net>
> ---
>  wm8915.c |    1 -
>  1 file changed, 1 deletion(-)
> 
>  Patch against Linus' tree as of a few minutes ago.
> 
 Acked-by: Liam Girdwood <lrg@ti.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Patch][Trivial] sound, soc, codec, WM8915: Remove duplicate linux/delay.h inclusion.
  2011-05-26  8:32 [Patch][Trivial] sound, soc, codec, WM8915: Remove duplicate linux/delay.h inclusion Jesper Juhl
  2011-05-26  9:45 ` Liam Girdwood
@ 2011-05-26 14:10 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-05-26 14:10 UTC (permalink / raw)
  To: Jesper Juhl
  Cc: Ian Lartey, Dimitris Papastamos, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, linux-kernel, trivial

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-26 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26  8:32 [Patch][Trivial] sound, soc, codec, WM8915: Remove duplicate linux/delay.h inclusion Jesper Juhl
2011-05-26  9:45 ` Liam Girdwood
2011-05-26 14:10 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.