Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932315AbaLAQGl (ORCPT ); Mon, 1 Dec 2014 11:06:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44038 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932119AbaLAQGk (ORCPT ); Mon, 1 Dec 2014 11:06:40 -0500 Date: Mon, 1 Dec 2014 18:06:23 +0200 From: "Michael S. Tsirkin" To: linux-kernel@vger.kernel.org Cc: David Miller , cornelia.huck@de.ibm.com, rusty@au1.ibm.com, nab@linux-iscsi.org, pbonzini@redhat.com, thuth@linux.vnet.ibm.com, dahi@linux.vnet.ibm.com Subject: [PATCH v8 43/50] virtio_scsi: move to uapi Message-ID: <1417449619-24896-44-git-send-email-mst@redhat.com> References: <1417449619-24896-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417449619-24896-1-git-send-email-mst@redhat.com> X-Mutt-Fcc: =sent Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- include/{ => uapi}/linux/virtio_scsi.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename include/{ => uapi}/linux/virtio_scsi.h (100%) 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 -- MST -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/