diff options
author | Pragat Pandya <pragat.pandya@gmail.com> | 2020-03-03 06:03:01 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-03-10 18:33:19 +0100 |
commit | d1ce350015d86a67d245fad124e37d14b573cac2 (patch) | |
tree | 471690b4a383b3bc82eeab65db4f9bf6aeea8943 /Documentation/driver-api/index.rst | |
parent | Documentation: Add io-mapping.rst to driver-api manual (diff) | |
download | linux-d1ce350015d86a67d245fad124e37d14b573cac2.tar.xz linux-d1ce350015d86a67d245fad124e37d14b573cac2.zip |
Documentation: Add io_ordering.rst to driver-api manual
Add io_ordering.rst under Documentation/driver-api and reference it from
the Sphinx TOC Tree present in Documentation/driver-api/index.rst
Signed-off-by: Pragat Pandya <pragat.pandya@gmail.com>
Link: https://lore.kernel.org/r/20200303050301.5412-3-pragat.pandya@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/index.rst')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 99bdb393f475..d4e78cb3ef4d 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -80,6 +80,7 @@ available subsections can be seen below. isa isapnp io-mapping + io_ordering generic-counter lightnvm-pblk memory-devices/index |