From: Jonathan Corbet Date: Mon, 2 Mar 2020 22:26:38 +0000 (-0700) Subject: docs: move core-api/ioctl.rst to driver-api/ X-Git-Tag: v5.7-rc1~200^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6505a18e66876e0f502dcba5a563bd3048094048;p=thirdparty%2Fkernel%2Flinux.git docs: move core-api/ioctl.rst to driver-api/ The ioctl() documentation belongs with the rest of the driver-oriented info, so move it there. Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index 9836a0ac09a31..0897ad12c1191 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 ea3003b3c5e5f..1d8c5599149bc 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