summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/mchp/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/chip/mchp/gpio.c')
-rw-r--r--zephyr/shim/chip/mchp/gpio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/shim/chip/mchp/gpio.c b/zephyr/shim/chip/mchp/gpio.c
index 7801c6f7cc..d772a566d8 100644
--- a/zephyr/shim/chip/mchp/gpio.c
+++ b/zephyr/shim/chip/mchp/gpio.c
@@ -3,11 +3,12 @@
* found in the LICENSE file.
*/
+#include "gpio/gpio.h"
+
#include <zephyr/device.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
-#include "gpio/gpio.h"
LOG_MODULE_REGISTER(shim_cros_gpio, LOG_LEVEL_ERR);