summary refs log tree commit diff stats
path: root/hw/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i2c.h')
-rw-r--r--hw/i2c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/i2c.h b/hw/i2c.h
index 7e672f0da0..723dbdc1e3 100644
--- a/hw/i2c.h
+++ b/hw/i2c.h
@@ -96,8 +96,6 @@ qemu_irq *twl92230_gpio_in_get(i2c_slave *i2c);
 void twl92230_gpio_out_set(i2c_slave *i2c, int line, qemu_irq handler);
 
 /* tmp105.c */
-struct i2c_slave *tmp105_init(i2c_bus *bus, qemu_irq alarm);
-void tmp105_reset(i2c_slave *i2c);
 void tmp105_set(i2c_slave *i2c, int temp);
 
 /* lm832x.c */