]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: xhci-plat: Don't include xhci.h
authorThinh Nguyen <Thinh.Nguyen@synopsys.com>
Wed, 17 Apr 2024 23:14:30 +0000 (23:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2024 10:02:29 +0000 (12:02 +0200)
commit2d8466c9a8bb31aebb0baedcfd69a4f8ab913635
treecc70c2e02cdf6a0e76f0e5b52171515c4d41a0c1
parent1a15d6e242bda4ca73e8e75224093ea850237305
usb: xhci-plat: Don't include xhci.h

commit 4a237d55446ff67655dc3eed2d4a41997536fc4c upstream.

The xhci_plat.h should not need to include the entire xhci.h header.
This can cause redefinition in dwc3 if it selectively includes some xHCI
definitions. This is a prerequisite change for a fix to disable suspend
during initialization for dwc3.

Cc: stable@vger.kernel.org
Signed-off-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Link: https://lore.kernel.org/r/310acfa01c957a10d9feaca3f7206269866ba2eb.1713394973.git.Thinh.Nguyen@synopsys.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-plat.h
drivers/usb/host/xhci-rzv2m.c