mmc: ushc: Remove duplicate include of usb.h
authorJesper Juhl <jj@chaosbits.net>
Mon, 10 Jan 2011 20:56:08 +0000 (21:56 +0100)
committerChris Ball <cjb@laptop.org>
Wed, 26 Jan 2011 02:53:43 +0000 (21:53 -0500)
Including usb.h once is enough in drivers/mmc/host/ushc.c
This removes the duplicate.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/ushc.c

index f8f65df..f08f944 100644 (file)
@@ -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>