diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-05 12:03:49 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-15 08:49:46 +0300 |
commit | f41f716dc3feee0ce311b7fbbc889088796b3f06 (patch) | |
tree | bf1065006210b47952feec6aaa0c85b975b6864b /Documentation/driver-api/infrastructure.rst | |
parent | 14059a38a434c8274e155019d0fb962d21a0499e (diff) | |
download | linux-f41f716dc3feee0ce311b7fbbc889088796b3f06.tar.xz |
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 'Documentation/driver-api/infrastructure.rst')
-rw-r--r-- | Documentation/driver-api/infrastructure.rst | 1 |
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 ------------------- |