diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-03-15 15:18:31 +0100 |
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-03-15 15:18:31 +0100 |
| commit | 6579d15c58e2b6b051f126ea8b77dd767252aa14 (patch) | |
| tree | cac9f9205db8c28a764ad8282d3a909bf95e8db4 /drivers/usb/host/ehci-mx6.c | |
| parent | c44bb3a30f5a1332176edce1a91c0e2cf666ee8f (diff) | |
| parent | 19a0f7fa271de0345bb2df90d443c547c41e8037 (diff) | |
| download | olio-uboot-2014.01-6579d15c58e2b6b051f126ea8b77dd767252aa14.tar.xz olio-uboot-2014.01-6579d15c58e2b6b051f126ea8b77dd767252aa14.zip | |
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Diffstat (limited to 'drivers/usb/host/ehci-mx6.c')
| -rw-r--r-- | drivers/usb/host/ehci-mx6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c index 1b20e4185..c1ae3d908 100644 --- a/drivers/usb/host/ehci-mx6.c +++ b/drivers/usb/host/ehci-mx6.c @@ -21,7 +21,6 @@ #include <asm/io.h> #include <asm/arch/imx-regs.h> #include <asm/arch/clock.h> -#include <asm/arch/mx6x_pins.h> #include <asm/imx-common/iomux-v3.h> #include "ehci.h" |