diff options
author | Marek Vasut <marex@denx.de> | 2015-12-04 02:51:20 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-17 21:54:41 +0100 |
commit | 5d5716eebccaa9b9ab977b7d5a9fae2abb7a8829 (patch) | |
tree | 3537147e7bd4b60e4b88c2e6bd66eea59535b67f /board/altera | |
parent | a4bb9b3636fe6dfd1cadaf34c42f4fb3b1ebe46c (diff) | |
download | u-boot-imx-5d5716eebccaa9b9ab977b7d5a9fae2abb7a8829.zip u-boot-imx-5d5716eebccaa9b9ab977b7d5a9fae2abb7a8829.tar.gz u-boot-imx-5d5716eebccaa9b9ab977b7d5a9fae2abb7a8829.tar.bz2 |
usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.h
The driver is actually for the Designware DWC2 controller.
This patch renames the global s3c_udc.h header to dwc2_udc.h.
The rename is done automatically:
$ sed -i "s/s3c_udc\.h/dwc2_udc.h/g" \
`git grep "s3c_udc\.h" | cut -d : -f 1`
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/altera')
-rw-r--r-- | board/altera/arria5-socdk/socfpga.c | 2 | ||||
-rw-r--r-- | board/altera/cyclone5-socdk/socfpga.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/altera/arria5-socdk/socfpga.c b/board/altera/arria5-socdk/socfpga.c index e640d8c..0fbbc34 100644 --- a/board/altera/arria5-socdk/socfpga.c +++ b/board/altera/arria5-socdk/socfpga.c @@ -9,7 +9,7 @@ #include <asm/io.h> #include <usb.h> -#include <usb/s3c_udc.h> +#include <usb/dwc2_udc.h> #include <usb_mass_storage.h> #include <micrel.h> diff --git a/board/altera/cyclone5-socdk/socfpga.c b/board/altera/cyclone5-socdk/socfpga.c index e640d8c..0fbbc34 100644 --- a/board/altera/cyclone5-socdk/socfpga.c +++ b/board/altera/cyclone5-socdk/socfpga.c @@ -9,7 +9,7 @@ #include <asm/io.h> #include <usb.h> -#include <usb/s3c_udc.h> +#include <usb/dwc2_udc.h> #include <usb_mass_storage.h> #include <micrel.h> |