aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i2c.h')
-rw-r--r--hw/i2c.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/i2c.h b/hw/i2c.h
index 6d223ea4e3..7e672f0da0 100644
--- a/hw/i2c.h
+++ b/hw/i2c.h
@@ -101,7 +101,6 @@ void tmp105_reset(i2c_slave *i2c);
void tmp105_set(i2c_slave *i2c, int temp);
/* lm832x.c */
-struct i2c_slave *lm8323_init(i2c_bus *bus, qemu_irq nirq);
-void lm832x_key_event(struct i2c_slave *i2c, int key, int state);
+void lm832x_key_event(i2c_slave *i2c, int key, int state);
#endif