diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-02-20 14:52:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-15 14:24:55 -0400 |
commit | 9143b771f1ec2d677e536cdcdb732ef96d649d21 (patch) | |
tree | 3a5b232d81d26236f16f66c3824650e841608fa0 /drivers/usb/host/ehci-mxc.c | |
parent | 302beda9830f656c98afb25e26e94602b7a83fea (diff) |
usb: host: ehci-mxc: Remove unneeded header file
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 <fabio.estevam@freescale.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-mxc.c')
-rw-r--r-- | drivers/usb/host/ehci-mxc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index e9301fb97eaa..18c30af69b16 100644 --- a/drivers/usb/host/ehci-mxc.c +++ b/drivers/usb/host/ehci-mxc.c | |||
@@ -28,11 +28,7 @@ | |||
28 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
29 | #include <linux/usb.h> | 29 | #include <linux/usb.h> |
30 | #include <linux/usb/hcd.h> | 30 | #include <linux/usb/hcd.h> |
31 | |||
32 | #include <linux/platform_data/usb-ehci-mxc.h> | 31 | #include <linux/platform_data/usb-ehci-mxc.h> |
33 | |||
34 | #include <asm/mach-types.h> | ||
35 | |||
36 | #include "ehci.h" | 32 | #include "ehci.h" |
37 | 33 | ||
38 | #define DRIVER_DESC "Freescale On-Chip EHCI Host driver" | 34 | #define DRIVER_DESC "Freescale On-Chip EHCI Host driver" |