commit | 6939acae91d0e6abfac3e7b9c7170ca95d613431 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Dec 04 02:23:29 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Thu Dec 17 21:54:40 2015 +0100 |
tree | 6cfd5271d69ff50ea166173a40b1a73f1d95da94 | |
parent | bc623f2072ab24116ef0002d92127e132b4a236c [diff] |
usb: s3c-otg: Rename struct s3c_plat_otg_data The driver is actually for the Designware DWC2 controller. This patch is the first to rename global symbol, the struct s3c_plat_otg_data. The rename is done automatically: $ sed -i "s/s3c_plat_otg_data/dwc2_plat_otg_data/g" \ `git grep s3c_plat_otg_data | cut -d : -f 1` Signed-off-by: Marek Vasut <marex@denx.de>