The ioctl() documentation belongs with the rest of the driver-oriented info, so move it there. Signed-off-by: Jonathan Corbet <corbet@xxxxxxx> --- Documentation/core-api/index.rst | 1 - Documentation/driver-api/index.rst | 1 + Documentation/{core-api => driver-api}/ioctl.rst | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/{core-api => driver-api}/ioctl.rst (100%) diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 9836a0ac09a3..0897ad12c119 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -102,7 +102,6 @@ Documents that don't fit elsewhere or which have yet to be categorized. :maxdepth: 1 librs - ioctl .. only:: subproject and html diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index ea3003b3c5e5..1d8c5599149b 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -17,6 +17,7 @@ available subsections can be seen below. driver-model/index basics infrastructure + ioctl early-userspace/index pm/index clk diff --git a/Documentation/core-api/ioctl.rst b/Documentation/driver-api/ioctl.rst similarity index 100% rename from Documentation/core-api/ioctl.rst rename to Documentation/driver-api/ioctl.rst -- 2.24.1