public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB SD Host Controller: Including usb.h once is enough
@ 2011-01-10 20:56 Jesper Juhl
  2011-01-10 21:05 ` Wolfram Sang
  2011-01-10 21:37 ` Jiri Kosina
  0 siblings, 2 replies; 6+ messages in thread
From: Jesper Juhl @ 2011-01-10 20:56 UTC (permalink / raw)
  To: linux-mmc; +Cc: trivial, linux-kernel, Axel Lin, Chris Ball, David Vrabel


Including usb.h once is enough in drivers/mmc/host/ushc.c
This removes the duplicate.


Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
 ushc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/ushc.c b/drivers/mmc/host/ushc.c
index f8f65df..f08f944 100644
--- a/drivers/mmc/host/ushc.c
+++ b/drivers/mmc/host/ushc.c
@@ -19,7 +19,6 @@
 #include <linux/module.h>
 #include <linux/usb.h>
 #include <linux/kernel.h>
-#include <linux/usb.h>
 #include <linux/slab.h>
 #include <linux/dma-mapping.h>
 #include <linux/mmc/host.h>


-- 
Jesper Juhl <jj@chaosbits.net>            http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.


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

end of thread, other threads:[~2011-01-10 21:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 20:56 [PATCH] USB SD Host Controller: Including usb.h once is enough Jesper Juhl
2011-01-10 21:05 ` Wolfram Sang
2011-01-10 21:19   ` Jesper Juhl
2011-01-10 21:37     ` Chris Ball
2011-01-10 21:39       ` Jiri Kosina
2011-01-10 21:37 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox