summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/ioex.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/ioex.c')
-rw-r--r--zephyr/shim/src/ioex.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/zephyr/shim/src/ioex.c b/zephyr/shim/src/ioex.c
index afda051c8a..a5d685bc48 100644
--- a/zephyr/shim/src/ioex.c
+++ b/zephyr/shim/src/ioex.c
@@ -3,16 +3,15 @@
* found in the LICENSE file.
*/
+#include <zephyr/init.h>
+#include <zephyr/kernel.h>
+#include <zephyr/logging/log.h>
+#include "common.h"
#ifdef __REQUIRE_ZEPHYR_GPIOS__
#undef __REQUIRE_ZEPHYR_GPIOS__
#endif
-#include "common.h"
#include "ioexpander.h"
-#include <zephyr/init.h>
-#include <zephyr/kernel.h>
-#include <zephyr/logging/log.h>
-
LOG_MODULE_REGISTER(ioex_shim, LOG_LEVEL_ERR);
int ioex_init(int ioex)