diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-10-30 09:54:00 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-09 08:43:03 -0600 |
commit | 43b443b6688bee628f85b85836ccf618169c2647 (patch) | |
tree | 09ed91769700bf006c35de693fe72166724d38d1 /hw/scsi-bus.c | |
parent | scsi: move scsi.h -> esp.h (diff) | |
download | qemu-kvm-43b443b6688bee628f85b85836ccf618169c2647.tar.gz qemu-kvm-43b443b6688bee628f85b85836ccf618169c2647.tar.bz2 qemu-kvm-43b443b6688bee628f85b85836ccf618169c2647.zip |
scsi: move scsi-disk.h -> scsi.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/scsi-bus.c')
-rw-r--r-- | hw/scsi-bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/scsi-bus.c b/hw/scsi-bus.c index 41992e52d..641db812f 100644 --- a/hw/scsi-bus.c +++ b/hw/scsi-bus.c @@ -1,6 +1,6 @@ #include "hw.h" #include "sysemu.h" -#include "scsi-disk.h" +#include "scsi.h" #include "block.h" #include "qdev.h" |