commit | a5c828525e82dbf9f78dcc15070dd49025471afe | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Sat Aug 03 00:18:51 2013 +0200 |
committer | Andreas Färber <afaerber@suse.de> | Fri Feb 14 16:22:31 2014 +0100 |
tree | fd6e0ad32b08aa2418374d59e8607e3923266343 | |
parent | 6749695eaaf346c1667067e17ecc9d7d64b7f61c [diff] [blame] |
i2c: Rename i2c_bus to I2CBus Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
diff --git a/hw/i2c/versatile_i2c.c b/hw/i2c/versatile_i2c.c index 02e9f17..3c0c2c1 100644 --- a/hw/i2c/versatile_i2c.c +++ b/hw/i2c/versatile_i2c.c
@@ -81,7 +81,7 @@ { DeviceState *dev = DEVICE(sbd); VersatileI2CState *s = VERSATILE_I2C(dev); - i2c_bus *bus; + I2CBus *bus; bus = i2c_init_bus(dev, "i2c"); s->bitbang = bitbang_i2c_init(bus);