Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <corbet@lwn.net>

+1 -1
-1
Documentation/core-api/index.rst
··· 102 102 :maxdepth: 1 103 103 104 104 librs 105 - ioctl 106 105 107 106 .. only:: subproject and html 108 107
Documentation/core-api/ioctl.rst Documentation/driver-api/ioctl.rst
+1
Documentation/driver-api/index.rst
··· 17 17 driver-model/index 18 18 basics 19 19 infrastructure 20 + ioctl 20 21 early-userspace/index 21 22 pm/index 22 23 clk