diff options
author | Marek Vasut | 2022-04-22 15:41:42 +0200 |
---|---|---|
committer | Tom Rini | 2022-04-28 09:26:44 -0400 |
commit | 69245e406e919012d45d40f045f9b7369086ce17 (patch) | |
tree | 619309725c1c57e41de72d7aa320887e638a4a1d /include/led.h | |
parent | 01074697801bc0709ac2ca915250096311ec1b7e (diff) |
led: Drop led_default_state()
This function is empty, drop it.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: Sean Anderson <seanga2@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Steven Lawrance <steven.lawrance@softathome.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'include/led.h')
-rw-r--r-- | include/led.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/led.h b/include/led.h index 43acca85719..329041008c1 100644 --- a/include/led.h +++ b/include/led.h @@ -110,13 +110,4 @@ enum led_state_t led_get_state(struct udevice *dev); */ int led_set_period(struct udevice *dev, int period_ms); -/** - * led_default_state() - set the default state for all the LED - * - * This enables all leds which have default state. - * see Documentation/devicetree/bindings/leds/common.txt - * - */ -int led_default_state(void); - #endif |