Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[pandora-kernel.git] / drivers / usb / renesas_usbhs / mod.c
index ad96a38..1b97fb1 100644 (file)
@@ -50,7 +50,9 @@ static int usbhsm_autonomy_irq_vbus(struct usbhs_priv *priv,
 {
        struct platform_device *pdev = usbhs_priv_to_pdev(priv);
 
-       return usbhsc_drvcllbck_notify_hotplug(pdev);
+       renesas_usbhs_call_notify_hotplug(pdev);
+
+       return 0;
 }
 
 void usbhs_mod_autonomy_mode(struct usbhs_priv *priv)