Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: chipidea: add inline for ci_hdrc_host_driver_init if host is not defined

Otherwise, there is a build warning if this header file is included
by non host source file, eg, otg.c.

Signed-off-by: Jun Li <jun.li@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Link: https://lore.kernel.org/r/20200122014639.22667-3-peter.chen@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jun Li and committed by
Greg Kroah-Hartman
9d69cd82 27bf5be8

+1 -1
+1 -1
drivers/usb/chipidea/host.h
··· 20 20 21 21 } 22 22 23 - static void ci_hdrc_host_driver_init(void) 23 + static inline void ci_hdrc_host_driver_init(void) 24 24 { 25 25 26 26 }