summaryrefslogtreecommitdiff
path: root/driver/fingerprint/fpc/bep/fpc_timebase.c
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-23 13:51:53 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-29 22:10:18 +0000
commite6da633c3840a90479a01224fcde04135408c787 (patch)
treee4676778af63ce1c39f2b745ebff008436713158 /driver/fingerprint/fpc/bep/fpc_timebase.c
parent0a26305e5e47487a35edba5f68695a08b522643a (diff)
downloadchrome-ec-e6da633c3840a90479a01224fcde04135408c787.tar.gz
driver: Sort header files
Sort all includes in driver 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: I675e0db416b6b7cbcfce031c97fd24ad97b66f4f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4052767 Reviewed-by: Yuval Peress <peress@google.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'driver/fingerprint/fpc/bep/fpc_timebase.c')
-rw-r--r--driver/fingerprint/fpc/bep/fpc_timebase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/fingerprint/fpc/bep/fpc_timebase.c b/driver/fingerprint/fpc/bep/fpc_timebase.c
index a63a4c3d6d..c34b9e27db 100644
--- a/driver/fingerprint/fpc/bep/fpc_timebase.c
+++ b/driver/fingerprint/fpc/bep/fpc_timebase.c
@@ -5,11 +5,11 @@
/* FPC Platform Abstraction Layer */
-#include <stdint.h>
-
#include "fpc_timebase.h"
#include "timer.h"
+#include <stdint.h>
+
uint32_t __unused fpc_timebase_get_tick(void)
{
clock_t time;