diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 16:51:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 09:20:28 -0300 |
commit | 09fdc957ad0d0ee83c00cd1e0c3a605047f63bf7 (patch) | |
tree | c75c0cbb22b3404753835c7c5642cb959671175d /Documentation | |
parent | c0b11a50aee643ac40ded5dbcd48189ee0926ee4 (diff) | |
download | linux-09fdc957ad0d0ee83c00cd1e0c3a605047f63bf7.tar.bz2 |
docs: leds: add it to the driver-api book
The contents of leds driver docs is messy: it has lots of
admin-guide stuff and kernel internal ones, just like other
driver subsystems.
I'm opting to keep the dir at the same place and just add
a link to it. This makes clearer that this require changes.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/index.rst | 1 | ||||
-rw-r--r-- | Documentation/leds/index.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index c6934d90363c..c4f9610b6167 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -91,6 +91,7 @@ needed). driver-api/index core-api/index + leds/index media/index networking/index input/index diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst index 9885f7c1b75d..060f4e485897 100644 --- a/Documentation/leds/index.rst +++ b/Documentation/leds/index.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 ==== LEDs |