Skip to content
Snippets Groups Projects
Commit c0982871 authored by Marek Vasut's avatar Marek Vasut
Browse files

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: default avatarMarek Vasut <marex@denx.de>
parent e30824f4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment