diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-04-12 22:28:14 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-13 09:13:25 +0200 |
commit | 1e3827d9cf9442e188604fd1099ac38375135125 (patch) | |
tree | 4d5f6b1b99cd486c00c4c04145b31a2091ce392d /drivers/usb/host | |
parent | c6fb83d21729321426308c3acff2a3dfb20d250b (diff) | |
download | u-boot-imx-1e3827d9cf9442e188604fd1099ac38375135125.zip u-boot-imx-1e3827d9cf9442e188604fd1099ac38375135125.tar.gz u-boot-imx-1e3827d9cf9442e188604fd1099ac38375135125.tar.bz2 |
mips: Move cpu/mips/* to arch/mips/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/isp116x-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp116x-hcd.c b/drivers/usb/host/isp116x-hcd.c index 7aff54b..abdcbb4 100644 --- a/drivers/usb/host/isp116x-hcd.c +++ b/drivers/usb/host/isp116x-hcd.c @@ -42,7 +42,7 @@ * * [[GNU/GPL disclaimer]] * - * and in part from AU1x00 OHCI HCD driver "u-boot/cpu/mips/au1x00_usb_ohci.c" + * and in part from AU1x00 OHCI HCD driver "u-boot/arch/mips/cpu/au1x00_usb_ohci.c" * (original copyright message follows): * * URB OHCI HCD (Host Controller Driver) for USB on the AU1x00. |