summaryrefslogtreecommitdiff
path: root/common/uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/uptime.c')
-rw-r--r--common/uptime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/uptime.c b/common/uptime.c
index 1ce7e2a329..3b2c68fd34 100644
--- a/common/uptime.c
+++ b/common/uptime.c
@@ -2,13 +2,13 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#include <stddef.h>
+
#include "chipset.h"
-#include "host_command.h"
#include "system.h"
+#include "host_command.h"
#include "util.h"
-#include <stddef.h>
-
static enum ec_status
host_command_get_uptime_info(struct host_cmd_handler_args *args)
{