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/leds | |
parent | c0b11a50aee643ac40ded5dbcd48189ee0926ee4 (diff) | |
download | linux-09fdc957ad0d0ee83c00cd1e0c3a605047f63bf7.tar.gz linux-09fdc957ad0d0ee83c00cd1e0c3a605047f63bf7.tar.bz2 linux-09fdc957ad0d0ee83c00cd1e0c3a605047f63bf7.zip |
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/leds')
-rw-r--r-- | Documentation/leds/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |