diff options
Diffstat (limited to 'hw/exynos4210_i2c.c')
-rw-r--r-- | hw/exynos4210_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/exynos4210_i2c.c b/hw/exynos4210_i2c.c index 9e428759a1..196f88907d 100644 --- a/hw/exynos4210_i2c.c +++ b/hw/exynos4210_i2c.c @@ -22,7 +22,7 @@ #include "qemu/timer.h" #include "hw/sysbus.h" -#include "hw/i2c.h" +#include "hw/i2c/i2c.h" #ifndef EXYNOS4_I2C_DEBUG #define EXYNOS4_I2C_DEBUG 0 |