OSDN Git Service

scsi: move scsi.h -> esp.h
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 30 Oct 2009 08:53:59 +0000 (09:53 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 9 Nov 2009 14:43:03 +0000 (08:43 -0600)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/esp.c
hw/esp.h [moved from hw/scsi.h with 100% similarity]
hw/lsi53c895a.c
hw/mips_jazz.c
hw/sun4m.c

index 41b8eb8..d43d06c 100644 (file)
--- 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
similarity index 100%
rename from hw/scsi.h
rename to hw/esp.h
index 3966f2f..379e118 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "hw.h"
 #include "pci.h"
-#include "scsi.h"
 #include "scsi-disk.h"
 #include "block_int.h"
 
index 281713c..94ebd36 100644 (file)
@@ -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"
 
index 424cf6d..5b3e0fd 100644 (file)
@@ -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"