From 1cd3af54801e18ec02884eb7249b50e842dae1be Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 30 Oct 2009 09:53:59 +0100 Subject: [PATCH] scsi: move scsi.h -> esp.h Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- hw/esp.c | 2 +- hw/{scsi.h => esp.h} | 0 hw/lsi53c895a.c | 1 - hw/mips_jazz.c | 2 +- hw/sun4m.c | 2 +- 5 files changed, 3 insertions(+), 4 deletions(-) rename hw/{scsi.h => esp.h} (100%) diff --git a/hw/esp.c b/hw/esp.c index 41b8eb8e7b..d43d06c4fd 100644 --- a/hw/esp.c +++ b/hw/esp.c @@ -24,7 +24,7 @@ #include "sysbus.h" #include "scsi-disk.h" -#include "scsi.h" +#include "esp.h" /* debug ESP card */ //#define DEBUG_ESP diff --git a/hw/scsi.h b/hw/esp.h similarity index 100% rename from hw/scsi.h rename to hw/esp.h diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index 3966f2f986..379e1186fd 100644 --- a/hw/lsi53c895a.c +++ b/hw/lsi53c895a.c @@ -14,7 +14,6 @@ #include "hw.h" #include "pci.h" -#include "scsi.h" #include "scsi-disk.h" #include "block_int.h" diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c index 281713cca5..94ebd36c29 100644 --- a/hw/mips_jazz.c +++ b/hw/mips_jazz.c @@ -31,7 +31,7 @@ #include "audio/audio.h" #include "boards.h" #include "net.h" -#include "scsi.h" +#include "esp.h" #include "mips-bios.h" #include "loader.h" diff --git a/hw/sun4m.c b/hw/sun4m.c index 424cf6d476..5b3e0fdcf8 100644 --- a/hw/sun4m.c +++ b/hw/sun4m.c @@ -31,7 +31,7 @@ #include "net.h" #include "boards.h" #include "firmware_abi.h" -#include "scsi.h" +#include "esp.h" #include "pc.h" #include "isa.h" #include "fw_cfg.h" -- 2.11.0