diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-08-20 15:22:20 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-27 20:43:33 -0500 |
commit | 977e1244e8eeb22640143a8885eb672296f93210 (patch) | |
tree | 5869c965fa71dd19d3b7252f1ea12d73f858c60c /hw/mips_malta.c | |
parent | ec82026c97975e1e327aab76653ff7edeeb27967 (diff) |
ide: split away ide-pci.c
create ide-pci.c and place pci bus support there.
only build ide-pci support for platforms using it.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Fix build (merge with isa mmio split)
Diffstat (limited to 'hw/mips_malta.c')
-rw-r--r-- | hw/mips_malta.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mips_malta.c b/hw/mips_malta.c index 6d41450355..a70d79edb8 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -38,6 +38,7 @@ #include "boards.h" #include "qemu-log.h" #include "mips-bios.h" +#include "ide.h" //#define DEBUG_BOARD_INIT |