Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B7D9C433EF for ; Mon, 20 Dec 2021 12:40:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231261AbhLTMkL (ORCPT ); Mon, 20 Dec 2021 07:40:11 -0500 Received: from foss.arm.com ([217.140.110.172]:54556 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229820AbhLTMkK (ORCPT ); Mon, 20 Dec 2021 07:40:10 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0F9731042; Mon, 20 Dec 2021 04:40:10 -0800 (PST) Received: from [10.57.34.58] (unknown [10.57.34.58]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2690E3F718; Mon, 20 Dec 2021 04:40:09 -0800 (PST) Message-ID: Date: Mon, 20 Dec 2021 12:40:04 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: [PATCH] iommu/iova: Temporarily include dma-mapping.h from iova.h Content-Language: en-GB To: Joerg Roedel , Will Deacon Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Joerg Roedel References: <20211220123448.19996-1-joro@8bytes.org> From: Robin Murphy In-Reply-To: <20211220123448.19996-1-joro@8bytes.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-12-20 12:34, Joerg Roedel wrote: > From: Joerg Roedel > > Some users of iova.h still expect that dma-mapping.h is also included. > Re-add the include until these users are updated to fix compile > failures in the iommu tree. Acked-by: Robin Murphy > Signed-off-by: Joerg Roedel > --- > include/linux/iova.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/iova.h b/include/linux/iova.h > index 0abd48c5e622..cea79cb9f26c 100644 > --- a/include/linux/iova.h > +++ b/include/linux/iova.h > @@ -12,6 +12,7 @@ > #include > #include > #include > +#include > > /* iova structure */ > struct iova {