RE: [PATCH -next] usb: renesas_usbhs: Fix unused function warning when CONFIG_PM not set

From: Yoshihiro Shimoda
Date: Wed Dec 12 2018 - 22:41:41 EST


Hi,

> From: YueHaibing, Sent: Thursday, December 13, 2018 12:19 PM
>
> with CONFIG_PM not set, gcc warning this:
> drivers/usb/renesas_usbhs/common.c:844:12:
> warning: 'usbhsc_suspend' defined but not used [-Wunused-function]
> drivers/usb/renesas_usbhs/common.c:860:12:
> warning: 'usbhsc_resume' defined but not used [-Wunused-function]
>
> fix this by adding #ifdef around it.
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Thank you for the patch.
However, this issue is already fixed on the Greg's usb.git / usb-next branch:
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?h=usb-next&id=eaf3074e0a8c2a39c4c14aa8ef1c2ec09ace9c79

Best regards,
Yoshihiro Shimoda