projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302beda
)
usb: host: ehci-mxc: Remove unneeded header file
author
Fabio Estevam
<
[email protected]
>
Wed, 20 Feb 2013 19:52:25 +0000
(16:52 -0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 15 Mar 2013 18:24:55 +0000
(11:24 -0700)
Since commit
c0304996b
(USB: ehci-mxc: remove Efika MX-specific CHRGVBUS hack)
there is no need to include <asm/mach-types.h>, so remove it.
Signed-off-by: Fabio Estevam <
[email protected]
>
Acked-by: Alan Stern <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/host/ehci-mxc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-mxc.c
b/drivers/usb/host/ehci-mxc.c
index e9301fb97eaa328337dc2ef0a4dd1329457575d3..18c30af69b16e4236fb8979b46723f3caf9043e3 100644
(file)
--- a/
drivers/usb/host/ehci-mxc.c
+++ b/
drivers/usb/host/ehci-mxc.c
@@
-28,11
+28,7
@@
#include <linux/slab.h>
#include <linux/usb.h>
#include <linux/usb/hcd.h>
-
#include <linux/platform_data/usb-ehci-mxc.h>
-
-#include <asm/mach-types.h>
-
#include "ehci.h"
#define DRIVER_DESC "Freescale On-Chip EHCI Host driver"