From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Uwe Kleine-König (The Capable Hub)" <u.kleine-koenig@baylibre.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Minas Harutyunyan <hminas@synopsys.com>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 12/17] usb: dwc2: Add include defining struct pci_device_id
Date: Fri, 26 Jun 2026 19:23:11 +0100 [thread overview]
Message-ID: <2026062603-doorstep-schnapps-42ec@gregkh> (raw)
In-Reply-To: <654248182ed13e226844f9c6c257475b08215386.1782490566.git.u.kleine-koenig@baylibre.com>
On Fri, Jun 26, 2026 at 08:00:31PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> Up to now <linux/acpi.h> includes <linux/mod_devicetable.h> that
> provides struct pci_device_id. However <linux/mod_devicetable.h> was
> split into per bus headers and <linux/acpi.h> 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 <linux/acpi.h>
> are tightened.
>
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
next prev parent reply other threads:[~2026-06-26 18:24 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-26 18:00 [PATCH v2 00/17] mod_devicetable.h: Split into per subsystem headers Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 01/17] " Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 02/17] media: ti: vpe: #include <linux/platform_device.h> explicitly Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 03/17] ASoC: rockchip: rockchip_sai: " Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 04/17] driver: core: Include headers for acpi_device_id and of_device_id for struct device_driver Uwe Kleine-König (The Capable Hub)
2026-06-26 18:30 ` Linus Torvalds
2026-06-27 15:50 ` Uwe Kleine-König (The Capable Hub)
2026-06-26 18:35 ` Greg Kroah-Hartman
2026-06-26 18:00 ` [PATCH v2 05/17] driver core: platform: Include header for struct platform_device_id Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 06/17] usb: serial: Include <linux/usb.h> in <linux/usb/serial.h> Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 07/17] platform/x86: msi-ec: Ensure dmi_system_id is defined Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 08/17] of: Explicitly include <linux/types.h> and <linux/err.h> Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 09/17] i2c: Let i2c-core.h include <linux/i2c.h> Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 10/17] platform/x86: x86-android-tablets: Add include defining struct dmi_system_id Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 11/17] platform/x86: int3472: " Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 12/17] usb: dwc2: Add include defining struct pci_device_id Uwe Kleine-König (The Capable Hub)
2026-06-26 18:23 ` Greg Kroah-Hartman [this message]
2026-06-26 18:00 ` [PATCH v2 13/17] ALSA: hda/core: Add include defining struct hda_device_id Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 14/17] LoongArch: KVM: Add include defining struct cpu_feature Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 15/17] media: em28xx: Add include for struct usb_device_id Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 16/17] Replace <linux/mod_devicetable.h> by more specific <linux/mod_device_id/*.h> (headers) Uwe Kleine-König (The Capable Hub)
2026-06-26 18:00 ` [PATCH v2 17/17] Replace <linux/mod_devicetable.h> by more specific <linux/mod_device_id/*.h> (c files) Uwe Kleine-König (The Capable Hub)
2026-06-27 16:07 ` [PATCH v2 00/17] mod_devicetable.h: Split into per subsystem headers Danilo Krummrich
2026-06-27 16:07 ` Danilo Krummrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2026062603-doorstep-schnapps-42ec@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=hminas@synopsys.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=u.kleine-koenig@baylibre.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.