diff mbox

blizzard: do not depend on VGA internals

Message ID 1420797589-17049-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Commit Message

Paolo Bonzini Jan. 9, 2015, 9:59 a.m. UTC
There is nothing that is used by this ARM-specific device.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 hw/display/blizzard.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Tokarev Jan. 12, 2015, 9:05 a.m. UTC | #1
09.01.2015 12:59, Paolo Bonzini wrote:
> There is nothing that is used by this ARM-specific device.

Indeed.

Applied to -trivial, thank you!

/mjt
diff mbox

Patch

diff --git a/hw/display/blizzard.c b/hw/display/blizzard.c
index 92b1fac..5019bbb 100644
--- a/hw/display/blizzard.c
+++ b/hw/display/blizzard.c
@@ -21,7 +21,6 @@ 
 #include "qemu-common.h"
 #include "ui/console.h"
 #include "hw/devices.h"
-#include "vga_int.h"
 #include "ui/pixel_ops.h"
 
 typedef void (*blizzard_fn_t)(uint8_t *, const uint8_t *, unsigned int);