docs/driver-api: infrastructure: add property.h and fwnode.h

Add more driver core header files to infrastructure.rst for
completeness.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260726211200.2643484-1-rdunlap@infradead.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
Randy Dunlap 2026-07-26 14:12:00 -07:00 committed by Danilo Krummrich
parent 2277179286
commit f6e6e96d16

View File

@ -17,6 +17,10 @@ The Basic Device Driver-Model Structures
.. kernel-doc:: include/linux/device/driver.h
:identifiers: probe_type device_driver
.. kernel-doc:: include/linux/property.h
.. kernel-doc:: include/linux/fwnode.h
Device Drivers Base
-------------------