aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/infrastructure.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-10-05 11:03:49 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-10-15 07:49:46 +0200
commitf41f716dc3feee0ce311b7fbbc889088796b3f06 (patch)
treebf1065006210b47952feec6aaa0c85b975b6864b /Documentation/driver-api/infrastructure.rst
parentdocs: conf.py: change the Sphinx 3.x+ text (diff)
downloadlinux-dev-f41f716dc3feee0ce311b7fbbc889088796b3f06.tar.xz
linux-dev-f41f716dc3feee0ce311b7fbbc889088796b3f06.zip
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: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to '')
-rw-r--r--Documentation/driver-api/infrastructure.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/infrastructure.rst b/Documentation/driver-api/infrastructure.rst
index e38d79be4e16..683bd460e222 100644
--- a/Documentation/driver-api/infrastructure.rst
+++ b/Documentation/driver-api/infrastructure.rst
@@ -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
-------------------