summaryrefslogtreecommitdiffstats
path: root/include/usb
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-12-04 02:26:33 +0100
committerMarek Vasut <marex@denx.de>2015-12-17 21:54:40 +0100
commita4bb9b3636fe6dfd1cadaf34c42f4fb3b1ebe46c (patch)
tree8cd07485eb54751e080e0f216d2595fd1fa1834a /include/usb
parentc0982871df3ea6af1658cbf0f2fe38938b1780c7 (diff)
downloadblackbird-obmc-uboot-a4bb9b3636fe6dfd1cadaf34c42f4fb3b1ebe46c.tar.gz
blackbird-obmc-uboot-a4bb9b3636fe6dfd1cadaf34c42f4fb3b1ebe46c.zip
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>
Diffstat (limited to 'include/usb')
-rw-r--r--include/usb/s3c_udc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/s3c_udc.h b/include/usb/s3c_udc.h
index 3e83f7c56e..9bc1aad9a7 100644
--- a/include/usb/s3c_udc.h
+++ b/include/usb/s3c_udc.h
@@ -20,6 +20,6 @@ struct dwc2_plat_otg_data {
unsigned int usb_gusbcfg;
};
-int s3c_udc_probe(struct dwc2_plat_otg_data *pdata);
+int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata);
#endif
OpenPOWER on IntegriCloud