diff options
Diffstat (limited to 'drivers/usb/renesas_usbhs/mod.c')
-rw-r--r-- | drivers/usb/renesas_usbhs/mod.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/renesas_usbhs/mod.c b/drivers/usb/renesas_usbhs/mod.c index ad96a3896729..1b97fb12694b 100644 --- a/drivers/usb/renesas_usbhs/mod.c +++ b/drivers/usb/renesas_usbhs/mod.c | |||
@@ -50,7 +50,9 @@ static int usbhsm_autonomy_irq_vbus(struct usbhs_priv *priv, | |||
50 | { | 50 | { |
51 | struct platform_device *pdev = usbhs_priv_to_pdev(priv); | 51 | struct platform_device *pdev = usbhs_priv_to_pdev(priv); |
52 | 52 | ||
53 | return usbhsc_drvcllbck_notify_hotplug(pdev); | 53 | renesas_usbhs_call_notify_hotplug(pdev); |
54 | |||
55 | return 0; | ||
54 | } | 56 | } |
55 | 57 | ||
56 | void usbhs_mod_autonomy_mode(struct usbhs_priv *priv) | 58 | void usbhs_mod_autonomy_mode(struct usbhs_priv *priv) |