summaryrefslogtreecommitdiffstats
path: root/hw/sh_pci.c
diff options
context:
space:
mode:
authorPaolo Bonzini2012-12-17 18:17:08 +0100
committerPaolo Bonzini2012-12-17 18:56:22 +0100
commit6f991980a5e96f93a9f676959df2dcba665665ef (patch)
treee6f46c0531e8a05b22be4c5adf7f7fb31afa6d13 /hw/sh_pci.c
parentexec: refactor cpu_restore_state (diff)
parentkvm: do not flush after deleting gsi (diff)
downloadqemu-6f991980a5e96f93a9f676959df2dcba665665ef.tar.gz
qemu-6f991980a5e96f93a9f676959df2dcba665665ef.tar.xz
qemu-6f991980a5e96f93a9f676959df2dcba665665ef.zip
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sh_pci.c')
-rw-r--r--hw/sh_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sh_pci.c b/hw/sh_pci.c
index fdec71b9e8..9ea08c8f8e 100644
--- a/hw/sh_pci.c
+++ b/hw/sh_pci.c
@@ -23,8 +23,8 @@
*/
#include "sysbus.h"
#include "sh.h"
-#include "pci.h"
-#include "pci_host.h"
+#include "pci/pci.h"
+#include "pci/pci_host.h"
#include "bswap.h"
#include "exec-memory.h"