commit | 01b61faab092deb9001ed70457fc95331aa24099 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Dec 04 02:26:33 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Thu Dec 17 21:54:40 2015 +0100 |
tree | 8cd07485eb54751e080e0f216d2595fd1fa1834a | |
parent | 6939acae91d0e6abfac3e7b9c7170ca95d613431 [diff] |
usb: s3c-otg: Rename s3c_udc_probe() function The driver is actually for the Designware DWC2 controller. This patch is the second and final to rename global symbol, the s3c_udc_probe() function. The rename is done automatically: $ sed -i "s/s3c_udc_probe/dwc2_udc_probe/g" \ `git grep s3c_udc_probe | cut -d : -f 1` Signed-off-by: Marek Vasut <marex@denx.de>