summaryrefslogtreecommitdiff
path: root/hw/cdrom.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-10-30 09:54:00 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-11-09 08:43:03 -0600
commit43b443b6688bee628f85b85836ccf618169c2647 (patch)
tree09ed91769700bf006c35de693fe72166724d38d1 /hw/cdrom.c
parent1cd3af54801e18ec02884eb7249b50e842dae1be (diff)
downloadqemu-43b443b6688bee628f85b85836ccf618169c2647.tar.gz
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/cdrom.c')
-rw-r--r--hw/cdrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cdrom.c b/hw/cdrom.c
index 87427a5a21..3b99535dce 100644
--- a/hw/cdrom.c
+++ b/hw/cdrom.c
@@ -26,7 +26,7 @@
here. */
#include "qemu-common.h"
-#include "scsi-disk.h"
+#include "scsi.h"
static void lba_to_msf(uint8_t *buf, int lba)
{