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

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: default avatarMarek Vasut <marex@denx.de>
parent c0982871
No related branches found
No related tags found
No related merge requests found
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