hw/misc/sga: Use the correct ISA include

The SGA BIOS loader is an ISA device, it does not require the PCI header.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180528232719.4721-18-f4bug@amsat.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Marcel Apfelbaum<marcel.apfelbaum@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Philippe Mathieu-Daudé
2018-06-01 14:15:10 +02:00
committed by Paolo Bonzini
parent 921e1a2ab3
commit b18aad5c99
+1 -1
View File
@@ -25,7 +25,7 @@
*
*/
#include "qemu/osdep.h"
#include "hw/pci/pci.h"
#include "hw/isa/isa.h"
#include "hw/loader.h"
#include "sysemu/sysemu.h"