diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/fsl_devices.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index e683083ee9cb..d1faf3a6d434 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -90,9 +90,9 @@ struct fsl_usb2_platform_data { void (*platform_suspend)(struct fsl_usb2_platform_data *); void (*platform_resume)(struct fsl_usb2_platform_data *); void (*wake_up_enable)(struct fsl_usb2_platform_data *pdata, bool on); - void (*phy_lowpower_suspend)(bool); + void (*phy_lowpower_suspend)(struct fsl_usb2_platform_data *pdata, bool on); void (*platform_driver_vbus)(bool on); /* platform special function for vbus shutdown/open */ - bool (*is_wakeup_event)(void); + bool (*is_wakeup_event)(struct fsl_usb2_platform_data *pdata); unsigned big_endian_mmio:1; unsigned big_endian_desc:1; unsigned es:1; /* need USBMODE:ES */ |