summaryrefslogtreecommitdiff
path: root/common/spi_flash.c
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-22 16:07:09 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-29 22:17:20 +0000
commit599c438e80c634a580c33bfb431472cf36c1cad5 (patch)
treec8758ac487b656e949d82d4ebacd5df1ef8d1714 /common/spi_flash.c
parente6da633c3840a90479a01224fcde04135408c787 (diff)
downloadchrome-ec-599c438e80c634a580c33bfb431472cf36c1cad5.tar.gz
common: Sort header files
Sort all includes in common with the clang-format rules used by the zephyr project. BRANCH=None BUG=b:247100970 TEST=zmake build -a TEST=./twister --clobber -v -i TEST=make -j72 buildall_only runtests TEST=zmake compare-builds -a Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: I70c2ed7bb2ce50c968f3e2dbdc274de3a455129a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4049889 Auto-Submit: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tomasz Michalec <tmichalec@google.com> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'common/spi_flash.c')
-rw-r--r--common/spi_flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/spi_flash.c b/common/spi_flash.c
index 8eaf3e8406..1540c7bb33 100644
--- a/common/spi_flash.c
+++ b/common/spi_flash.c
@@ -9,6 +9,8 @@
#include "builtin/assert.h"
#include "common.h"
#include "console.h"
+#include "ec_commands.h"
+#include "flash.h"
#include "host_command.h"
#include "shared_mem.h"
#include "spi.h"
@@ -17,8 +19,6 @@
#include "timer.h"
#include "util.h"
#include "watchdog.h"
-#include "ec_commands.h"
-#include "flash.h"
/*
* Time to sleep when chip is busy