diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-10-30 09:53:59 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-09 08:43:03 -0600 |
commit | 1cd3af54801e18ec02884eb7249b50e842dae1be (patch) | |
tree | 4478f9303a6c862463c9745b1ca42af084796cd8 /hw/mips_jazz.c | |
parent | fafce63d992d34468eca1aea7ae63b12a5209ae4 (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/mips_jazz.c')
-rw-r--r-- | hw/mips_jazz.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |