aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/omap_udc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/omap_udc.c')
-rw-r--r--drivers/usb/gadget/omap_udc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c
index 576cd8578b45..d3529787351d 100644
--- a/drivers/usb/gadget/omap_udc.c
+++ b/drivers/usb/gadget/omap_udc.c
@@ -2650,7 +2650,7 @@ static void omap_udc_release(struct device *dev)
2650} 2650}
2651 2651
2652static int __init 2652static int __init
2653omap_udc_setup(struct platform_device *odev, struct otg_transceiver *xceiv) 2653omap_udc_setup(struct platform_device *odev, struct usb_phy *xceiv)
2654{ 2654{
2655 unsigned tmp, buf; 2655 unsigned tmp, buf;
2656 2656
@@ -2790,7 +2790,7 @@ static int __init omap_udc_probe(struct platform_device *pdev)
2790{ 2790{
2791 int status = -ENODEV; 2791 int status = -ENODEV;
2792 int hmc; 2792 int hmc;
2793 struct otg_transceiver *xceiv = NULL; 2793 struct usb_phy *xceiv = NULL;
2794 const char *type = NULL; 2794 const char *type = NULL;
2795 struct omap_usb_config *config = pdev->dev.platform_data; 2795 struct omap_usb_config *config = pdev->dev.platform_data;
2796 struct clk *dc_clk; 2796 struct clk *dc_clk;