OSDN Git Service

virtio-scsi: drop duplicate CDB/SENSE SIZE
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 11 Mar 2015 13:25:25 +0000 (14:25 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 11 Mar 2015 17:24:29 +0000 (18:24 +0100)
This is duplicated from the kernel header,
drop our copy.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/virtio/virtio-scsi.h

index de2c739..e4b531e 100644 (file)
@@ -30,8 +30,6 @@
         OBJECT_CHECK(VirtIOSCSI, (obj), TYPE_VIRTIO_SCSI)
 
 #define VIRTIO_SCSI_VQ_SIZE     128
-#define VIRTIO_SCSI_CDB_SIZE    32
-#define VIRTIO_SCSI_SENSE_SIZE  96
 #define VIRTIO_SCSI_MAX_CHANNEL 0
 #define VIRTIO_SCSI_MAX_TARGET  255
 #define VIRTIO_SCSI_MAX_LUN     16383