summaryrefslogtreecommitdiff
path: root/board/spring/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/spring/led.c')
-rw-r--r--board/spring/led.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/spring/led.c b/board/spring/led.c
index 3d6e316426..a793afda33 100644
--- a/board/spring/led.c
+++ b/board/spring/led.c
@@ -5,14 +5,13 @@
* Battery LED state machine to drive RGB LED on LP5562
*/
+#include "battery.h"
#include "common.h"
-#include "ec_commands.h"
#include "extpower.h"
#include "hooks.h"
#include "host_command.h"
#include "lp5562.h"
#include "pmu_tpschrome.h"
-#include "smart_battery.h"
#include "timer.h"
#include "util.h"