Message ID | 1391794991-5919-3-git-send-email-julien.grall@linaro.org |
---|---|
State | RFC |
Headers | show |
On Fri, 2014-02-07 at 17:43 +0000, Julien Grall wrote: > iommu_domain_teardown is only used internally in > xen/drivers/passthrough/vtd/iommu.c > > Signed-off-by: Julien Grall <julien.grall@linaro.org> > Cc: Xiantao Zhang <xiantao.zhang@intel.com> Not really my remit but: Acked-by: Ian Campbell <ian.campbell@citrix.com> > --- > xen/drivers/passthrough/vtd/iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/drivers/passthrough/vtd/iommu.c b/xen/drivers/passthrough/vtd/iommu.c > index 5f10034..a8d33fc 100644 > --- a/xen/drivers/passthrough/vtd/iommu.c > +++ b/xen/drivers/passthrough/vtd/iommu.c > @@ -1701,7 +1701,7 @@ static int reassign_device_ownership( > return ret; > } > > -void iommu_domain_teardown(struct domain *d) > +static void iommu_domain_teardown(struct domain *d) > { > struct hvm_iommu *hd = domain_hvm_iommu(d); >
diff --git a/xen/drivers/passthrough/vtd/iommu.c b/xen/drivers/passthrough/vtd/iommu.c index 5f10034..a8d33fc 100644 --- a/xen/drivers/passthrough/vtd/iommu.c +++ b/xen/drivers/passthrough/vtd/iommu.c @@ -1701,7 +1701,7 @@ static int reassign_device_ownership( return ret; } -void iommu_domain_teardown(struct domain *d) +static void iommu_domain_teardown(struct domain *d) { struct hvm_iommu *hd = domain_hvm_iommu(d);
iommu_domain_teardown is only used internally in xen/drivers/passthrough/vtd/iommu.c Signed-off-by: Julien Grall <julien.grall@linaro.org> Cc: Xiantao Zhang <xiantao.zhang@intel.com> --- xen/drivers/passthrough/vtd/iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)