Commit f41f716d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

docs: infrastructure.rst: exclude device_link_state from device.h



This is already documented at device_link.rst, causing this
warning, due to a broken cross-reference:

	.../Documentation/driver-api/device_link.rst: WARNING: Duplicate C declaration, also defined in 'driver-api/infrastructure'.
	Declaration is 'device_link_state'.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 14059a38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ The Basic Device Driver-Model Structures

.. kernel-doc:: include/linux/device.h
   :internal:
   :no-identifiers: device_link_state

Device Drivers Base
-------------------