summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/amd_r19me4070.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/amd_r19me4070.c')
-rw-r--r--driver/temp_sensor/amd_r19me4070.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/temp_sensor/amd_r19me4070.c b/driver/temp_sensor/amd_r19me4070.c
index 3ee230da09..97868b6945 100644
--- a/driver/temp_sensor/amd_r19me4070.c
+++ b/driver/temp_sensor/amd_r19me4070.c
@@ -5,12 +5,12 @@
/* R19ME4070 temperature sensor module for Chrome EC */
-#include "amd_r19me4070.h"
#include "chipset.h"
#include "common.h"
#include "console.h"
#include "hooks.h"
#include "i2c.h"
+#include "amd_r19me4070.h"
#include "power.h"
#define CPRINTS(format, args...) cprints(CC_USBCHARGE, format, ##args)