aboutsummaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-10-30 09:53:59 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-11-09 08:43:03 -0600
commit1cd3af54801e18ec02884eb7249b50e842dae1be (patch)
tree4478f9303a6c862463c9745b1ca42af084796cd8 /hw
parentfafce63d992d34468eca1aea7ae63b12a5209ae4 (diff)
scsi: move scsi.h -> esp.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/esp.c2
-rw-r--r--hw/esp.h (renamed from hw/scsi.h)0
-rw-r--r--hw/lsi53c895a.c1
-rw-r--r--hw/mips_jazz.c2
-rw-r--r--hw/sun4m.c2
5 files changed, 3 insertions, 4 deletions
diff --git a/hw/esp.c b/hw/esp.c
index 41b8eb8e7..d43d06c4f 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
index 369998f83..369998f83 100644
--- a/hw/scsi.h
+++ b/hw/esp.h
diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c
index 3966f2f98..379e1186f 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 281713cca..94ebd36c2 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 424cf6d47..5b3e0fdcf 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"