diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-01-22 23:35:36 -0800 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-01-24 09:21:28 +0100 |
commit | 8aa0f94b0a8d5304ea1bd63bf1ed06f9e395e328 (patch) | |
tree | c7d02a2c443559179b8f7f771a87415adc777b43 /Documentation | |
parent | dda8e14363f4f2bac0a1122322a35f47b5565d46 (diff) |
gpio: sim: add doc file to index file
Include the gpio-sim.rst file in the GPIO index (toc/table of contents).
Quietens this doc build warning:
Documentation/admin-guide/gpio/gpio-sim.rst: WARNING: document isn't included in any toctree
Fixes: b48f6b466e44 ("gpio: sim: new testing module")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/gpio/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/gpio/index.rst b/Documentation/admin-guide/gpio/index.rst index 7db367572f30..f6861ca16ffe 100644 --- a/Documentation/admin-guide/gpio/index.rst +++ b/Documentation/admin-guide/gpio/index.rst @@ -10,6 +10,7 @@ gpio gpio-aggregator sysfs gpio-mockup + gpio-sim .. only:: subproject and html |