linux/drivers/usb/mtu3
Arnd Bergmann b926c1daf3 usb: mtu3: fix ssusb_wakeup_set dummy
Changing from ssusb_wakeup_enable/disable to ssusb_wakeup_set was done
in only one of two places in the kernel, the other one now causes a
build failure:

drivers/usb/mtu3/mtu3_plat.c: In function 'mtu3_suspend':
drivers/usb/mtu3/mtu3_plat.c:462:2: error: implicit declaration of function 'ssusb_wakeup_set'; did you mean 'ssusb_wakeup_disable'? [-Werror=implicit-function-declaration]

This adapts the dummy helpers the same way that the extern declarations
were.

Fixes: f0ede2c628 ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-01-16 10:01:01 +01:00
..
Kconfig usb: mtu3: dual-role mode support 2016-10-27 17:02:41 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mtu3.h usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs 2018-01-09 16:21:27 +01:00
mtu3_core.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_dr.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_dr.h usb: mtu3: fix ssusb_wakeup_set dummy 2018-01-16 10:01:01 +01:00
mtu3_gadget.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_gadget_ep0.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_host.c usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs 2018-01-09 16:21:27 +01:00
mtu3_hw_regs.h USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_plat.c usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs 2018-01-09 16:21:27 +01:00
mtu3_qmu.c USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00
mtu3_qmu.h USB: mtu3: Remove redundant license text 2017-11-07 15:45:01 +01:00