From: KONRAD Frederic <[email protected]> The dev field in i2cbus is not used. So just drop it.
Signed-off-by: KONRAD Frederic <[email protected]> Reviewed-by: Alistair Francis <[email protected]> Reviewed-by: Peter Crosthwaite <[email protected]> Tested-By: Hyun Kwon <[email protected]> --- hw/i2c/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/i2c/core.c b/hw/i2c/core.c index 5a64026..e0f92de 100644 --- a/hw/i2c/core.c +++ b/hw/i2c/core.c @@ -13,7 +13,6 @@ struct I2CBus { BusState qbus; I2CSlave *current_dev; - I2CSlave *dev; uint8_t saved_address; }; -- 1.9.0
