summaryrefslogtreecommitdiffstats
path: root/hw/i2c/exynos4210_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i2c/exynos4210_i2c.c')
-rw-r--r--hw/i2c/exynos4210_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i2c/exynos4210_i2c.c b/hw/i2c/exynos4210_i2c.c
index ce5f849..fb99dfd 100644
--- a/hw/i2c/exynos4210_i2c.c
+++ b/hw/i2c/exynos4210_i2c.c
@@ -83,7 +83,7 @@ typedef struct Exynos4210I2CState {
SysBusDevice parent_obj;
MemoryRegion iomem;
- i2c_bus *bus;
+ I2CBus *bus;
qemu_irq irq;
uint8_t i2ccon;
OpenPOWER on IntegriCloud