From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1170FC6196 for ; Fri, 8 Nov 2019 10:25:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BE9D22178F for ; Fri, 8 Nov 2019 10:25:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727573AbfKHKZV (ORCPT ); Fri, 8 Nov 2019 05:25:21 -0500 Received: from foss.arm.com ([217.140.110.172]:39970 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726180AbfKHKZV (ORCPT ); Fri, 8 Nov 2019 05:25:21 -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 9593B31B; Fri, 8 Nov 2019 02:25:20 -0800 (PST) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.197.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9295D3F719; Fri, 8 Nov 2019 02:25:19 -0800 (PST) Date: Fri, 8 Nov 2019 10:25:17 +0000 From: Catalin Marinas To: Stephen Rothwell Cc: Will Deacon , Christoph Hellwig , Linux Next Mailing List , Linux Kernel Mailing List , Nicolas Saenz Julienne Subject: Re: linux-next: manual merge of the arm64 tree with the dma-mapping tree Message-ID: <20191108102517.GO51202@arrakis.emea.arm.com> References: <20191108081109.28867ba1@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191108081109.28867ba1@canb.auug.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, Nov 08, 2019 at 08:11:09AM +1100, Stephen Rothwell wrote: > diff --cc include/linux/dma-direct.h > index 6db863c3eb93,d03af3605460..000000000000 > --- a/include/linux/dma-direct.h > +++ b/include/linux/dma-direct.h > @@@ -3,11 -3,10 +3,13 @@@ > #define _LINUX_DMA_DIRECT_H 1 > > #include > +#include /* for min_low_pfn */ > #include > > + extern unsigned int zone_dma_bits; > + > +static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr); > + > #ifdef CONFIG_ARCH_HAS_PHYS_TO_DMA > #include > #else The resolution is fine. Thanks Stephen. -- Catalin