summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-01-10 21:56:08 +0100
committerChris Ball <cjb@laptop.org>2011-01-25 21:53:43 -0500
commit021cb59ae3869fb18ebc9fceb959f379c5ca835c (patch)
tree8446c7ce368008edb9113125f43cd05bb1d835c3 /drivers/mmc
parent6663050edd9c2e8b1e1f55c09459144d84c045f0 (diff)
mmc: ushc: Remove duplicate include of usb.h
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/ushc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/ushc.c b/drivers/mmc/host/ushc.c
index f8f65df9b017..f08f944ac53c 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>