public inbox for linux-kernel@vger.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox