projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6663050
)
mmc: ushc: Remove duplicate include of usb.h
author
Jesper Juhl
<jj@chaosbits.net>
Mon, 10 Jan 2011 20:56:08 +0000
(21:56 +0100)
committer
Chris 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/ushc.c
b/drivers/mmc/host/ushc.c
index f8f65df9b01746052a5fe457f3e9419a98e63ee2..f08f944ac53c64f5cc57877eaefcb9ec02c96c99 100644
(file)
--- 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>