Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932229AbcK2QLj (ORCPT ); Tue, 29 Nov 2016 11:11:39 -0500 Received: from 8bytes.org ([81.169.241.247]:48058 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591AbcK2QLa (ORCPT ); Tue, 29 Nov 2016 11:11:30 -0500 Date: Tue, 29 Nov 2016 17:11:28 +0100 From: Joerg Roedel To: Eric Auger Cc: eric.auger.pro@gmail.com, christoffer.dall@linaro.org, marc.zyngier@arm.com, robin.murphy@arm.com, alex.williamson@redhat.com, will.deacon@arm.com, tglx@linutronix.de, jason@lakedaemon.net, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, drjones@redhat.com, linux-kernel@vger.kernel.org, pranav.sawargaonkar@gmail.com, iommu@lists.linux-foundation.org, punit.agrawal@arm.com, diana.craciun@nxp.com Subject: Re: [RFC v3 04/10] iommu: iommu_alloc_resv_region Message-ID: <20161129161128.GI2078@8bytes.org> References: <1479215363-2898-1-git-send-email-eric.auger@redhat.com> <1479215363-2898-5-git-send-email-eric.auger@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479215363-2898-5-git-send-email-eric.auger@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 278 Lines: 13 On Tue, Nov 15, 2016 at 01:09:17PM +0000, Eric Auger wrote: > +static inline struct iommu_resv_region * > +iommu_alloc_resv_region(phys_addr_t start, size_t length, unsigned int prot) > +{ > + return NULL; > +} > + Will this function be called outside of iommu code? Joerg