summaryrefslogtreecommitdiff
path: root/include/linux/usb
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-12-11 13:06:25 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-12 14:38:41 +0300
commiteaf3074e0a8c2a39c4c14aa8ef1c2ec09ace9c79 (patch)
tree91e8d3fa72a21c0d42bfcbc4748a53af7e705b5d /include/linux/usb
parentc238ec3ef638f87d8d701600d13a185b011fa078 (diff)
downloadlinux-eaf3074e0a8c2a39c4c14aa8ef1c2ec09ace9c79.tar.xz
usb: renesas_usbhs: mark PM functions as __maybe_unused
Without CONFIG_PM, we get a new build warning here: drivers/usb/renesas_usbhs/common.c:860:12: error: 'usbhsc_resume' defined but not used [-Werror=unused-function] static int usbhsc_resume(struct device *dev) ^~~~~~~~~~~~~ drivers/usb/renesas_usbhs/common.c:844:12: error: 'usbhsc_suspend' defined but not used [-Werror=unused-function] static int usbhsc_suspend(struct device *dev) ^~~~~~~~~~~~~~ Fixes: d54d334e75b9 ("usb: renesas_usbhs: Use SIMPLE_DEV_PM_OPS macro") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
0 files changed, 0 insertions, 0 deletions