Re: [PATCH] usb: xhci: Fix build warning seen with CONFIG_PM=n

From: Mathias Nyman
Date: Wed Dec 18 2019 - 10:36:16 EST


On 18.12.2019 16.29, Greg Kroah-Hartman wrote:
On Tue, Dec 17, 2019 at 05:19:11PM -0800, Guenter Roeck wrote:
The following build warning is seen if CONFIG_PM is disabled.

drivers/usb/host/xhci-pci.c:498:13: warning:
unused function 'xhci_pci_shutdown'

Fixes: f2c710f7dca8 ("usb: xhci: only set D3hot for pci device")
Cc: Henry Lin <henryl@xxxxxxxxxx>
Cc: stable@xxxxxxxxxxxxxxx # all stable releases with 2f23dc86c3f8
Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
---
drivers/usb/host/xhci-pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Nice catch.

Mathias, I can queue this up now if you give me an ack.

Yes, please

Acked-by: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>