usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Wed, 11 Sep 2019 09:33:47 +0000 (11:33 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 24 Oct 2019 09:28:17 +0000 (11:28 +0200)
commit33a99b43651b58fbb10f3778a16dd4c0a4db9708
tree74425e7f80882a1815bf9ef5431c67bf58f8947a
parent1708a12377b98397606677e117f93f07d7cd2f7e
usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit

No one is actually implementing those functions.
We could remove calls to these altogether, but it does not really hurt to
keep the empty inlined version at the moment and it satisfies a symmetry
with the gadget mode.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/usb/dwc3/core.h