From: Michael S. Tsirkin Date: Sun, 23 Nov 2014 15:45:53 +0000 (+0200) Subject: virtio_scsi: move to uapi X-Git-Tag: v3.19-rc1~122^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=106d81f58a5e7f41e857b8805e9d899e87d7a874;p=thirdparty%2Fkernel%2Flinux.git virtio_scsi: move to uapi Guests need to use virtio scsi API, so export it to uapi, nice to e.g. qemu and will help us remember this file affects ABI. Signed-off-by: Michael S. Tsirkin Acked-by: Paolo Bonzini --- diff --git a/include/linux/virtio_scsi.h b/include/uapi/linux/virtio_scsi.h similarity index 100% rename from include/linux/virtio_scsi.h rename to include/uapi/linux/virtio_scsi.h