[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191016181617.re56kjwb6waohm43@332d0cec05f4>
Date: Thu, 17 Oct 2019 02:16:17 +0800
From: kbuild test robot <lkp@...el.com>
To: Tom Murphy <murphyt7@....ie>
Cc: kbuild-all@...ts.01.org, Joerg Roedel <jroedel@...e.de>,
Robin Murphy <robin.murphy@....com>,
Christoph Hellwig <hch@....de>,
iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org
Subject: [RFC PATCH linux-next] iommu: Add gfp parameter to iommu_ops::
__iommu_map() can be static
Fixes: 781ca2de89ba ("iommu: Add gfp parameter to iommu_ops::map")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
iommu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
index f8853dbf1c4eb..89bfdbbfaa11b 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
@@ -1854,7 +1854,7 @@ static size_t iommu_pgsize(struct iommu_domain *domain,
return pgsize;
}
-int __iommu_map(struct iommu_domain *domain, unsigned long iova,
+static int __iommu_map(struct iommu_domain *domain, unsigned long iova,
phys_addr_t paddr, size_t size, int prot, gfp_t gfp)
{
const struct iommu_ops *ops = domain->ops;
Powered by blists - more mailing lists