From 3d2bf4a1093a8598a5ac6038a2510ef864a68118 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 20 Aug 2009 15:22:22 +0200 Subject: ide: split away ide-mmio.c create ide-mmio.c and place mmio support there. only build ide-mmio support for platforms using it. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- hw/r2d.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/r2d.c') diff --git a/hw/r2d.c b/hw/r2d.c index ebcfbe789c..4667a5d2fc 100644 --- a/hw/r2d.c +++ b/hw/r2d.c @@ -31,6 +31,7 @@ #include "pci.h" #include "net.h" #include "sh7750_regs.h" +#include "ide.h" #define SDRAM_BASE 0x0c000000 /* Physical location of SDRAM: Area 3 */ #define SDRAM_SIZE 0x04000000 -- cgit 1.4.1