• R
    usb: cdns3: fix build when PM_SLEEP is not set · 28a25ba3
    Randy Dunlap 提交于
    Fix build error when CONFIG_PM_SLEEP is not enabled by adding
    stubs for the PM_SLEEP functions.
    
    ../drivers/usb/cdns3/cdns3-plat.c: In function ‘cdns3_controller_resume’:
    ../drivers/usb/cdns3/cdns3-plat.c:246:2: error: implicit declaration of function ‘cdns_resume’; did you mean ‘cdns_remove’? [-Werror=implicit-function-declaration]
      cdns_resume(cdns, !PMSG_IS_AUTO(msg));
      ^~~~~~~~~~~
    Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
    Cc: Peter Chen <peter.chen@nxp.com>
    Cc: Pawel Laszczak <pawell@cadence.com>
    Cc: Roger Quadros <rogerq@ti.com>
    Cc: linux-usb@vger.kernel.org
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: NPeter Chen <peter.chen@nxp.com>
    28a25ba3
core.h 4.2 KB