Skip to content

Commit

Permalink
docs: infrastructure.rst: exclude device_link_state from device.h
Browse files Browse the repository at this point in the history
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: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab committed Oct 15, 2020
1 parent 14059a3 commit f41f716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/driver-api/infrastructure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------
Expand Down

0 comments on commit f41f716

Please sign in to comment.