]> Git Repo - qemu.git/blobdiff - hw/wdt_i6300esb.c
pseries: Remove "busname" property for PCI host bridge
[qemu.git] / hw / wdt_i6300esb.c
index 181774220dc63f4a57fd94742bc41fa27674b876..f13e507fcff3d65a74a3d0b08ba4d72270349cd0 100644 (file)
 #include <inttypes.h>
 
 #include "qemu-common.h"
-#include "qemu-timer.h"
-#include "watchdog.h"
-#include "hw.h"
-#include "pci/pci.h"
+#include "qemu/timer.h"
+#include "hw/watchdog.h"
+#include "hw/hw.h"
+#include "hw/pci/pci.h"
 
 /*#define I6300ESB_DEBUG 1*/
 
@@ -439,7 +439,7 @@ static void i6300esb_class_init(ObjectClass *klass, void *data)
     dc->vmsd = &vmstate_i6300esb;
 }
 
-static TypeInfo i6300esb_info = {
+static const TypeInfo i6300esb_info = {
     .name          = "i6300esb",
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(I6300State),
This page took 0.024688 seconds and 4 git commands to generate.