summaryrefslogtreecommitdiff
path: root/include/chip_temp_sensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chip_temp_sensor.h')
-rw-r--r--include/chip_temp_sensor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/chip_temp_sensor.h b/include/chip_temp_sensor.h
index c7ca1e1caf..9b5f126d44 100644
--- a/include/chip_temp_sensor.h
+++ b/include/chip_temp_sensor.h
@@ -8,11 +8,6 @@
#ifndef __CROS_EC_CHIP_TEMP_SENSOR_H
#define __CROS_EC_CHIP_TEMP_SENSOR_H
-struct temp_sensor_t;
-
-/* Temperature polling function. */
-int chip_temp_sensor_poll(void);
-
/**
* Get the last polled value of the sensor.
*