aboutsummaryrefslogtreecommitdiff
path: root/include/led.h
diff options
context:
space:
mode:
authorMarek Vasut2022-04-22 15:41:42 +0200
committerTom Rini2022-04-28 09:26:44 -0400
commit69245e406e919012d45d40f045f9b7369086ce17 (patch)
tree619309725c1c57e41de72d7aa320887e638a4a1d /include/led.h
parent01074697801bc0709ac2ca915250096311ec1b7e (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.h9
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