From 977e1244e8eeb22640143a8885eb672296f93210 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 20 Aug 2009 15:22:20 +0200 Subject: 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 Signed-off-by: Anthony Liguori Fix build (merge with isa mmio split) --- hw/ppc_oldworld.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/ppc_oldworld.c') diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index 6a283059c..fc0e6f7cf 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -35,6 +35,7 @@ #include "boards.h" #include "fw_cfg.h" #include "escc.h" +#include "ide.h" #define MAX_IDE_BUS 2 #define VGA_BIOS_SIZE 65536 -- cgit v1.2.3-65-gdbad