[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 3/8] hw/display/cirrus_vga: Remove unused include
From: |
Gerd Hoffmann |
Subject: |
[Qemu-ppc] [PULL 3/8] hw/display/cirrus_vga: Remove unused include |
Date: |
Tue, 7 May 2019 10:19:41 +0200 |
From: Philippe Mathieu-Daudé <address@hidden>
Commit ce3cf70edaaf split the ISA device out of the PCI one,
but forgot to remove the "hw/loader.h" header inclusion (the ISA
device calls rom_add_vga()). Remove the now unused include.
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>
---
hw/display/cirrus_vga.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c
index a04440b3748c..76c052c702ef 100644
--- a/hw/display/cirrus_vga.c
+++ b/hw/display/cirrus_vga.c
@@ -38,7 +38,6 @@
#include "hw/hw.h"
#include "hw/pci/pci.h"
#include "ui/pixel_ops.h"
-#include "hw/loader.h"
#include "cirrus_vga_internal.h"
/*
--
2.18.1
- [Qemu-ppc] [PULL 0/8] Vga 20190507 patches, Gerd Hoffmann, 2019/05/07
- [Qemu-ppc] [PULL 1/8] qxl: check release info object, Gerd Hoffmann, 2019/05/07
- [Qemu-ppc] [PULL 4/8] vl: constify VGAInterfaceInfo, Gerd Hoffmann, 2019/05/07
- [Qemu-ppc] [PULL 7/8] ati-vga: Fix check for blt outside vram, Gerd Hoffmann, 2019/05/07
- [Qemu-ppc] [PULL 3/8] hw/display/cirrus_vga: Remove unused include,
Gerd Hoffmann <=
- [Qemu-ppc] [PULL 6/8] qxl: avoid unaligned pointer reads/writes, Gerd Hoffmann, 2019/05/07
- [Qemu-ppc] [PULL 2/8] hw/display/cirrus_vga: Update the documentation URL, Gerd Hoffmann, 2019/05/07
- [Qemu-ppc] [PULL 8/8] i2c-ddc: move it to hw/display, Gerd Hoffmann, 2019/05/07
- [Qemu-ppc] [PULL 5/8] vl: add -vga help support, Gerd Hoffmann, 2019/05/07
- Re: [Qemu-ppc] [PULL 0/8] Vga 20190507 patches, Peter Maydell, 2019/05/07