usb: s3c-otg: Rename s3c_udc_probe() function
authorMarek Vasut <marex@denx.de>
Fri, 4 Dec 2015 01:26:33 +0000 (02:26 +0100)
committerMarek Vasut <marex@denx.de>
Thu, 17 Dec 2015 20:54:40 +0000 (21:54 +0100)
commita4bb9b3636fe6dfd1cadaf34c42f4fb3b1ebe46c
tree8cd07485eb54751e080e0f216d2595fd1fa1834a
parentc0982871df3ea6af1658cbf0f2fe38938b1780c7
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>
13 files changed:
board/altera/arria5-socdk/socfpga.c
board/altera/cyclone5-socdk/socfpga.c
board/broadcom/bcm28155_ap/bcm28155_ap.c
board/denx/mcvevk/socfpga.c
board/ebv/socrates/socfpga.c
board/samsung/goni/goni.c
board/samsung/odroid/odroid.c
board/samsung/trats/trats.c
board/samsung/trats2/trats2.c
board/samsung/universal_c210/universal.c
board/terasic/sockit/socfpga.c
drivers/usb/gadget/dwc2_udc_otg.c
include/usb/s3c_udc.h