summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorJesper Juhl2011-01-10 21:56:08 +0100
committerChris Ball2011-01-26 03:53:43 +0100
commit021cb59ae3869fb18ebc9fceb959f379c5ca835c (patch)
tree8446c7ce368008edb9113125f43cd05bb1d835c3 /drivers/mmc
parentMerge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm (diff)
downloadkernel-qcow2-linux-021cb59ae3869fb18ebc9fceb959f379c5ca835c.tar.gz
kernel-qcow2-linux-021cb59ae3869fb18ebc9fceb959f379c5ca835c.tar.xz
kernel-qcow2-linux-021cb59ae3869fb18ebc9fceb959f379c5ca835c.zip
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>