diff options
author | Paolo Bonzini | 2019-03-25 16:59:23 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2019-05-07 09:56:10 +0200 |
commit | 6306cae275c7091aa4e785809d956b475bfedab4 (patch) | |
tree | 531a13f6552459feac42d3f2288b297eae9a425e /hw/display/sii9022.c | |
parent | ati-vga: Fix check for blt outside vram (diff) | |
download | qemu-6306cae275c7091aa4e785809d956b475bfedab4.tar.gz qemu-6306cae275c7091aa4e785809d956b475bfedab4.tar.xz qemu-6306cae275c7091aa4e785809d956b475bfedab4.zip |
i2c-ddc: move it to hw/display
Move it together with the other EDID code. hw/i2c should only
include the core and the adapters, not the slaves.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20190325155923.30987-1-pbonzini@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display/sii9022.c')
-rw-r--r-- | hw/display/sii9022.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/sii9022.c b/hw/display/sii9022.c index 9994385c35..9c36e4c17e 100644 --- a/hw/display/sii9022.c +++ b/hw/display/sii9022.c @@ -16,7 +16,7 @@ #include "qemu/osdep.h" #include "qemu-common.h" #include "hw/i2c/i2c.h" -#include "hw/i2c/i2c-ddc.h" +#include "hw/display/i2c-ddc.h" #include "trace.h" #define SII9022_SYS_CTRL_DATA 0x1a |