diff options
author | Gerd Hoffmann | 2009-10-30 09:54:00 +0100 |
---|---|---|
committer | Anthony Liguori | 2009-11-09 15:43:03 +0100 |
commit | 43b443b6688bee628f85b85836ccf618169c2647 (patch) | |
tree | 09ed91769700bf006c35de693fe72166724d38d1 /hw/usb-msd.c | |
parent | scsi: move scsi.h -> esp.h (diff) | |
download | qemu-43b443b6688bee628f85b85836ccf618169c2647.tar.gz qemu-43b443b6688bee628f85b85836ccf618169c2647.tar.xz qemu-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/usb-msd.c')
-rw-r--r-- | hw/usb-msd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-msd.c b/hw/usb-msd.c index 8dc494f9b4..bb39b625ad 100644 --- a/hw/usb-msd.c +++ b/hw/usb-msd.c @@ -12,7 +12,7 @@ #include "qemu-config.h" #include "usb.h" #include "block.h" -#include "scsi-disk.h" +#include "scsi.h" #include "console.h" #include "monitor.h" |