summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/motionsense_sensors.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/motionsense_sensors.c')
-rw-r--r--zephyr/shim/src/motionsense_sensors.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/shim/src/motionsense_sensors.c b/zephyr/shim/src/motionsense_sensors.c
index 72bb677af6..8d886192ac 100644
--- a/zephyr/shim/src/motionsense_sensors.c
+++ b/zephyr/shim/src/motionsense_sensors.c
@@ -3,15 +3,14 @@
* found in the LICENSE file.
*/
-#include "accelgyro.h"
+#include <zephyr/logging/log.h>
#include "common.h"
+#include "accelgyro.h"
#include "cros_cbi.h"
-#include "gpio/gpio_int.h"
#include "hooks.h"
+#include "gpio/gpio_int.h"
#include "motionsense_sensors.h"
-#include <zephyr/logging/log.h>
-
LOG_MODULE_REGISTER(shim_cros_motionsense_sensors);
#define SENSOR_MUTEX_NODE DT_PATH(motionsense_mutex)