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

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: default avatarMarek Vasut <marex@denx.de>
parent a4bb9b36
No related branches found
No related tags found
Loading
Showing with 18 additions and 18 deletions
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