Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753827AbaKXLzg (ORCPT ); Mon, 24 Nov 2014 06:55:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56633 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752903AbaKXLzc (ORCPT ); Mon, 24 Nov 2014 06:55:32 -0500 Date: Mon, 24 Nov 2014 13:55:20 +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 Subject: [PATCH v3 38/41] virtio_scsi: move to uapi Message-ID: <1416829787-14252-39-git-send-email-mst@redhat.com> References: <1416829787-14252-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1416829787-14252-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 --- 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/