summaryrefslogtreecommitdiff
path: root/common/led_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/led_common.c')
-rw-r--r--common/led_common.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/led_common.c b/common/led_common.c
index 85879b148f..1ca5a7a959 100644
--- a/common/led_common.c
+++ b/common/led_common.c
@@ -78,12 +78,3 @@ static enum ec_status led_command_control(struct host_cmd_handler_args *args)
return EC_RES_SUCCESS;
}
DECLARE_HOST_COMMAND(EC_CMD_LED_CONTROL, led_command_control, EC_VER_MASK(1));
-
-__attribute__((weak))
-void led_control(enum ec_led_id led_id, enum ec_led_state state)
-{
- /*
- * Default weak implementation that does not affect the state of
- * LED. Boards can provide their own implementation.
- */
-}