Commit 12ec7e56 authored by Marek Behún's avatar Marek Behún Committed by Pavel Machek
Browse files

Documentation: leds: remove invalidated information



The contents of the Future Development section of leds-class
Documentation was invalidated when support for LED-private triggers
was merged. Remove this section.

Signed-off-by: default avatarMarek Behún <kabel@kernel.org>
Fixes: 93690cdf ("leds: trigger: add support for LED-private device...")
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 3650b228
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -177,13 +177,3 @@ The LED Trigger core cannot be a module as the simple trigger functions
would cause nightmare dependency issues. I see this as a minor issue
compared to the benefits the simple trigger functionality brings. The
rest of the LED subsystem can be modular.


Future Development
==================

At the moment, a trigger can't be created specifically for a single LED.
There are a number of cases where a trigger might only be mappable to a
particular LED (ACPI?). The addition of triggers provided by the LED driver
should cover this option and be possible to add without breaking the
current interface.