summaryrefslogtreecommitdiffstats
path: root/include/w1-eeprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/w1-eeprom.h')
-rw-r--r--include/w1-eeprom.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/w1-eeprom.h b/include/w1-eeprom.h
index 22337368b4..b3cf77a81e 100644
--- a/include/w1-eeprom.h
+++ b/include/w1-eeprom.h
@@ -27,7 +27,5 @@ int w1_eeprom_read_buf(struct udevice *dev, unsigned int offset,
int w1_eeprom_dm_init(void);
-int w1_eeprom_register_new_device(u64 id);
-
int w1_eeprom_get_id(struct udevice *dev, u64 *id);
#endif