diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-02-20 16:52:25 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-15 11:24:55 -0700 |
commit | 9143b771f1ec2d677e536cdcdb732ef96d649d21 (patch) | |
tree | 3a5b232d81d26236f16f66c3824650e841608fa0 | |
parent | 302beda9830f656c98afb25e26e94602b7a83fea (diff) | |
download | blackbird-op-linux-9143b771f1ec2d677e536cdcdb732ef96d649d21.tar.gz blackbird-op-linux-9143b771f1ec2d677e536cdcdb732ef96d649d21.zip |
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>
-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 @@ #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" |