summaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs/rza2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/renesas_usbhs/rza2.c')
-rw-r--r--drivers/usb/renesas_usbhs/rza2.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/usb/renesas_usbhs/rza2.c b/drivers/usb/renesas_usbhs/rza2.c
index 9d8551f93533..6e32768bc9ba 100644
--- a/drivers/usb/renesas_usbhs/rza2.c
+++ b/drivers/usb/renesas_usbhs/rza2.c
@@ -59,14 +59,9 @@ static int usbhs_rza2_power_ctrl(struct platform_device *pdev,
return retval;
}
-static int usbhs_rza2_get_id(struct platform_device *pdev)
-{
- return USBHS_GADGET;
-}
-
const struct renesas_usbhs_platform_callback usbhs_rza2_ops = {
.hardware_init = usbhs_rza2_hardware_init,
.hardware_exit = usbhs_rza2_hardware_exit,
.power_ctrl = usbhs_rza2_power_ctrl,
- .get_id = usbhs_rza2_get_id,
+ .get_id = usbhs_get_id_as_gadget,
};