summaryrefslogtreecommitdiff
path: root/include/driver/temp_sensor/thermistor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver/temp_sensor/thermistor.h')
-rw-r--r--include/driver/temp_sensor/thermistor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/driver/temp_sensor/thermistor.h b/include/driver/temp_sensor/thermistor.h
index 3e220b2505..46b7763747 100644
--- a/include/driver/temp_sensor/thermistor.h
+++ b/include/driver/temp_sensor/thermistor.h
@@ -8,8 +8,6 @@
#ifndef __CROS_EC_TEMP_SENSOR_THERMISTOR_H
#define __CROS_EC_TEMP_SENSOR_THERMISTOR_H
-#include <stdint.h>
-
struct thermistor_data_pair {
uint8_t mv; /* Scaled voltage level at ADC (in mV) */
uint8_t temp; /* Temperature in Celsius */