From d307af795d9fb25680339288a10c9e297e102826 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Fri, 9 Dec 2011 15:02:56 -0600 Subject: qdev: kill off DeviceInfo It is no longer used in the tree since everything is done natively through QEMU Object Model. Signed-off-by: Anthony Liguori --- hw/i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/i2c.c') diff --git a/hw/i2c.c b/hw/i2c.c index e21a666aff..8ae4aaae1d 100644 --- a/hw/i2c.c +++ b/hw/i2c.c @@ -196,7 +196,7 @@ const VMStateDescription vmstate_i2c_slave = { } }; -static int i2c_slave_qdev_init(DeviceState *dev, DeviceInfo *base) +static int i2c_slave_qdev_init(DeviceState *dev) { I2CSlave *s = I2C_SLAVE_FROM_QDEV(dev); I2CSlaveClass *sc = I2C_SLAVE_GET_CLASS(s); -- cgit 1.4.1