summaryrefslogtreecommitdiff
path: root/include/driver/temp_sensor/pct2075.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver/temp_sensor/pct2075.h')
-rw-r--r--include/driver/temp_sensor/pct2075.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/driver/temp_sensor/pct2075.h b/include/driver/temp_sensor/pct2075.h
index 2d374bb2ba..e79ac0e97a 100644
--- a/include/driver/temp_sensor/pct2075.h
+++ b/include/driver/temp_sensor/pct2075.h
@@ -21,7 +21,6 @@
#define PCT2075_REG_CONF 0x01
#define PCT2075_REG_THYST 0x02
#define PCT2075_REG_TOS 0x03
-#define PCT2075_REG_TIDLE 0x04
/*
* I2C port and address information for all the board PCT2075 sensors should be
@@ -68,8 +67,4 @@ int pct2075_get_val_mk(int idx, int *temp_mk_ptr);
*/
void pct2075_init(void);
-#ifdef CONFIG_ZEPHYR
-void pct2075_update_temperature(int idx);
-#endif /* CONFIG_ZEPHYR */
-
#endif /* __CROS_EC_PCT2075_H */