summaryrefslogtreecommitdiff
path: root/baseboard/volteer/battery_presence.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/volteer/battery_presence.c')
-rw-r--r--baseboard/volteer/battery_presence.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/baseboard/volteer/battery_presence.c b/baseboard/volteer/battery_presence.c
index d656b7b626..f143b67c91 100644
--- a/baseboard/volteer/battery_presence.c
+++ b/baseboard/volteer/battery_presence.c
@@ -6,12 +6,12 @@
* Each board should implement board_battery_info[] to define the specific
* battery packs supported.
*/
+#include <stdbool.h>
+
#include "battery.h"
#include "battery_smart.h"
#include "gpio.h"
-#include <stdbool.h>
-
static enum battery_present batt_pres_prev = BP_NOT_SURE;
enum battery_present battery_hw_present(void)