]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: qcom: fix gadget-only builds
authorJohan Hovold <johan+linaro@kernel.org>
Thu, 4 Aug 2022 15:09:55 +0000 (17:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Aug 2022 17:33:40 +0000 (19:33 +0200)
commitf3bbd8504920b456cc4aa4525426b15976a8f403
tree295f5e8eed9891e6a4831292c965c8744c438fae
parent63842cf0bac035c304c2ed9c0fd3e95efd92bde0
usb: dwc3: qcom: fix gadget-only builds

A recent change added a dependency to the USB host stack and broke
gadget-only builds of the driver.

Fixes: 193d00fb073f ("usb: dwc3: qcom: Configure wakeup interrupts during suspend")
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220804151001.23612-4-johan+linaro@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-qcom.c