summaryrefslogtreecommitdiff
path: root/include/gpio.h
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-22 15:03:23 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-29 20:50:47 +0000
commit1b359bdd91da15ea25aaffd0d940ff63b9d72bc5 (patch)
tree193b3670618546b6914c1dab42943e87ba6766a2 /include/gpio.h
parent9a8d82d6dd9aadfdfb790e9af8ee3f5663bbbdeb (diff)
downloadchrome-ec-1b359bdd91da15ea25aaffd0d940ff63b9d72bc5.tar.gz
include: Sort header files
Sort all includes in include 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: Ic23f440ebd93519e4341423cf6cb7a298620cbfe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4049883 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'include/gpio.h')
-rw-r--r--include/gpio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpio.h b/include/gpio.h
index f6729c7830..086ed9131f 100644
--- a/include/gpio.h
+++ b/include/gpio.h
@@ -21,8 +21,9 @@
*/
#ifdef CONFIG_ZEPHYR
#include <zephyr/drivers/gpio.h>
-#include <zephyr/dt-bindings/gpio/nuvoton-npcx-gpio.h>
#include <zephyr/dt-bindings/gpio/ite-it8xxx2-gpio.h>
+#include <zephyr/dt-bindings/gpio/nuvoton-npcx-gpio.h>
+
#include <dt-bindings/native-posix-gpio.h>
/*