linux/include/linux/device
Uwe Kleine-König (The Capable Hub) e1da37efb5 driver: core: Include headers for acpi_device_id and of_device_id for struct device_driver
struct device_driver contains pointers of type struct of_device_id* and
struct acpi_device_id* but doesn't ensure these are defined. To make the
header self-contained add the (very lightweight) includes that contain
the respective definitions.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Acked-by: Rafael J. Wysocki (Intel) <rafael@kernel.org>
Acked-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://patch.msgid.link/199ba71b4ac73f4b4d9f5d2be635c96eec73c70e.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
2026-07-03 07:38:14 +02:00
..
bus.h driver core: make struct bus_type groups members constant arrays 2026-05-22 13:32:05 +02:00
class.h driver core: class: fix typo in struct class documentation 2026-05-04 21:21:54 +02:00
devres.h driver-core: move devres_for_each_res() to base.h 2026-01-22 17:13:36 +01:00
driver.h driver: core: Include headers for acpi_device_id and of_device_id for struct device_driver 2026-07-03 07:38:14 +02:00
faux.h driver core: add a faux bus for use when a simple device/bus is needed 2025-02-13 16:58:51 +01:00