diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-07-19 08:18:22 +0000 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2012-07-31 08:00:19 +0200 |
commit | af2a35fb1f432c78e6181172ff4df34d37ff5154 (patch) | |
tree | 585cac93f8e26a2592337e8eeaa4c137711bc2e4 /drivers | |
parent | d3394ec198f107a11a21402cbb3bd34b843a40ed (diff) |
i.mx: iomux-v3.h: move to imx-common include directory
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/ehci-mx6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c index 42c77fe333d..028024298d3 100644 --- a/drivers/usb/host/ehci-mx6.c +++ b/drivers/usb/host/ehci-mx6.c @@ -22,7 +22,7 @@ #include <asm/arch/imx-regs.h> #include <asm/arch/clock.h> #include <asm/arch/mx6x_pins.h> -#include <asm/arch/iomux-v3.h> +#include <asm/imx-common/iomux-v3.h> #include "ehci.h" #include "ehci-core.h" |