From: Uwe Kleine-König (The Capable Hub) Date: Tue, 30 Jun 2026 09:24:30 +0000 (+0200) Subject: usb: dwc2: Add include defining struct pci_device_id X-Git-Tag: v7.2-rc2~18^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3cda6938ab3027266bcbf92063075c9c495ddc2;p=thirdparty%2Fkernel%2Flinux.git usb: dwc2: Add include defining struct pci_device_id Up to now includes that provides struct pci_device_id. However was split into per bus headers and will only include the acpi related one (and similar for other bus headers). As struct pci_device_id is used in drivers/usb/dwc2/core.h, add an include to ensure it's defined also after the includes in are tightened. Acked-by: Greg Kroah-Hartman Acked-by: Danilo Krummrich Acked-by: Takashi Sakamoto Link: https://patch.msgid.link/bddfcdfaf36d735c244e03efada6083ef98ebd51.1782808461.git.u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König (The Capable Hub) --- diff --git a/drivers/usb/dwc2/core.h b/drivers/usb/dwc2/core.h index 34127b890b2a..767251aa1aa3 100644 --- a/drivers/usb/dwc2/core.h +++ b/drivers/usb/dwc2/core.h @@ -9,6 +9,7 @@ #define __DWC2_CORE_H__ #include +#include #include #include #include