From: Mauro Carvalho Chehab Date: Mon, 5 Oct 2020 09:03:49 +0000 (+0200) Subject: docs: infrastructure.rst: exclude device_link_state from device.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f41f716dc3feee0ce311b7fbbc889088796b3f06;p=linux.git 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 --- diff --git a/Documentation/driver-api/infrastructure.rst b/Documentation/driver-api/infrastructure.rst index e38d79be4e162..683bd460e2222 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 -------------------