diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2020-02-14 20:41:33 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-02-19 14:10:31 +0300 |
commit | 320bfd91a985f2b945bad611c43add8a3a359845 (patch) | |
tree | 8689309bfb44e79b6ada23c9041afd6cfb8abd39 | |
parent | 1733ec77d34059cd67a7b9677fe2fd3ef977afb3 (diff) | |
download | linux-320bfd91a985f2b945bad611c43add8a3a359845.tar.xz |
docs: admin-guide: Move edid.rst from driver-api
This document describes actions that an admin can do, rather than
interfaces available to driver developers, so admin-guide seems to
be a more appropriate place for it.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/admin-guide/edid.rst (renamed from Documentation/driver-api/edid.rst) | 0 | ||||
-rw-r--r-- | Documentation/admin-guide/index.rst | 1 | ||||
-rw-r--r-- | Documentation/driver-api/index.rst | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/edid.rst b/Documentation/admin-guide/edid.rst index 7dc07942ceb2..7dc07942ceb2 100644 --- a/Documentation/driver-api/edid.rst +++ b/Documentation/admin-guide/edid.rst diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index f1d0ccffbe72..5a6269fb8593 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -75,6 +75,7 @@ configure specific aspects of kernel behavior to your liking. cputopology dell_rbu device-mapper/index + edid efi-stub ext4 nfs/index diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 0ebe205efd0c..ea3003b3c5e5 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -74,7 +74,6 @@ available subsections can be seen below. connector console dcdbas - edid eisa ipmb isa |