commit | f1be9cb69cec791fa1a5e6699af8f1a407c8f4e7 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Dec 04 02:51:20 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Thu Dec 17 21:54:41 2015 +0100 |
tree | 3537147e7bd4b60e4b88c2e6bd66eea59535b67f | |
parent | 01b61faab092deb9001ed70457fc95331aa24099 [diff] |
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>