Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933828AbdGKQSV (ORCPT ); Tue, 11 Jul 2017 12:18:21 -0400 Received: from mga04.intel.com ([192.55.52.120]:51890 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932731AbdGKQSU (ORCPT ); Tue, 11 Jul 2017 12:18:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,347,1496127600"; d="scan'208";a="125237774" Date: Tue, 11 Jul 2017 12:24:33 -0400 From: Keith Busch To: Suganath Prabu S Cc: "JBottomley@Parallels.com" , "jejb@kernel.org" , "hch@infradead.org" , "martin.petersen@oracle.com" , "linux-scsi@vger.kernel.org" , "Sathya.Prakash@broadcom.com" , "kashyap.desai@broadcom.com" , "linux-kernel@vger.kernel.org" , "chaitra.basappa@broadcom.com" , "sreekanth.reddy@broadcom.com" , "linux-nvme@lists.infradead.org" Subject: Re: [PATCH 02/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe devices Message-ID: <20170711162433.GC4604@localhost.localdomain> References: <1499763313-7214-1-git-send-email-suganath-prabu.subramani@broadcom.com> <1499763313-7214-3-git-send-email-suganath-prabu.subramani@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1499763313-7214-3-git-send-email-suganath-prabu.subramani@broadcom.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 561 Lines: 13 On Tue, Jul 11, 2017 at 01:55:02AM -0700, Suganath Prabu S wrote: > diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h b/drivers/scsi/mpt3sas/mpt3sas_base.h > index 60fa7b6..cebdd8e 100644 > --- a/drivers/scsi/mpt3sas/mpt3sas_base.h > +++ b/drivers/scsi/mpt3sas/mpt3sas_base.h > @@ -54,6 +54,7 @@ > #include "mpi/mpi2_raid.h" > #include "mpi/mpi2_tool.h" > #include "mpi/mpi2_sas.h" > +#include "mpi/mpi2_pci.h" Could you ajust your patch order for this series so each can compile? Here in patch 2 you're including a header that's not defined until patch 12.