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/sm501.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/sm501.c')
-rw-r--r-- | hw/display/sm501.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/sm501.c b/hw/display/sm501.c index 2122291308..1e2709b2d0 100644 --- a/hw/display/sm501.c +++ b/hw/display/sm501.c @@ -35,7 +35,7 @@ #include "hw/sysbus.h" #include "hw/pci/pci.h" #include "hw/i2c/i2c.h" -#include "hw/i2c/i2c-ddc.h" +#include "hw/display/i2c-ddc.h" #include "qemu/range.h" #include "ui/pixel_ops.h" #include "qemu/bswap.h" |