summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/adt7481.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/adt7481.c')
-rw-r--r--driver/temp_sensor/adt7481.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/temp_sensor/adt7481.c b/driver/temp_sensor/adt7481.c
index f0aee1506f..0157d64b2d 100644
--- a/driver/temp_sensor/adt7481.c
+++ b/driver/temp_sensor/adt7481.c
@@ -5,12 +5,12 @@
/* ADT7481 temperature sensor module for Chrome EC */
-#include "adt7481.h"
#include "common.h"
#include "console.h"
+#include "adt7481.h"
#include "gpio.h"
-#include "hooks.h"
#include "i2c.h"
+#include "hooks.h"
#include "util.h"
static int temp_val_local;