From patchwork Tue Mar 17 10:04:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: David Gibson X-Patchwork-Id: 11442451 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4FAD8913 for ; Tue, 17 Mar 2020 10:19:44 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 26C0220658 for ; Tue, 17 Mar 2020 10:19:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.b="YOvlYcBR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 26C0220658 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Received: from localhost ([::1]:55778 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jE9K3-0003Tw-8E for patchwork-qemu-devel@patchwork.kernel.org; Tue, 17 Mar 2020 06:19:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45923) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jE966-0001hX-Rc for qemu-devel@nongnu.org; Tue, 17 Mar 2020 06:05:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jE965-0005XC-Lk for qemu-devel@nongnu.org; Tue, 17 Mar 2020 06:05:18 -0400 Received: from bilbo.ozlabs.org ([2401:3900:2:1::2]:36045 helo=ozlabs.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jE965-0002ok-6a; Tue, 17 Mar 2020 06:05:17 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 48hTKx5Wz3z9sSq; Tue, 17 Mar 2020 21:04:37 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1584439477; bh=fAXtD2ODA0a0KuawsYUHly3XdUAn7S9stTBG9ajl/f0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YOvlYcBR80ry/r+wVskSQNXw2csxa7hC40Nu6Jf4IOipJgsSxO3d2DnZ4EJwf1wvb Of8zKiI+fPz+XwgOKetCmATs1FcBrPaEhf9TL6qU7NKSBVBPJw4yIa7iT9B7y8ltvs Nu7jVdIQKINdx0wKmSpvEleYimvoAJp99cvk6mvA= From: David Gibson To: peter.maydell@linaro.org Subject: [PULL 22/45] hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include Date: Tue, 17 Mar 2020 21:04:00 +1100 Message-Id: <20200317100423.622643-23-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200317100423.622643-1-david@gibson.dropbear.id.au> References: <20200317100423.622643-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2401:3900:2:1::2 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, aik@ozlabs.ru, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, groug@kaod.org, qemu-ppc@nongnu.org, clg@kaod.org, Paolo Bonzini , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , David Gibson Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" From: Philippe Mathieu-Daudé This header use the srp_* structures declared in "hw/scsi/srp.h". Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20200305121253.19078-2-philmd@redhat.com> Reviewed-by: Paolo Bonzini Signed-off-by: David Gibson --- hw/scsi/viosrp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/scsi/viosrp.h b/hw/scsi/viosrp.h index d8e365db1e..25676c2383 100644 --- a/hw/scsi/viosrp.h +++ b/hw/scsi/viosrp.h @@ -34,6 +34,8 @@ #ifndef PPC_VIOSRP_H #define PPC_VIOSRP_H +#include "hw/scsi/srp.h" + #define SRP_VERSION "16.a" #define SRP_MAX_IU_LEN 256 #define SRP_MAX_LOC_LEN 32