Hi Joerg, On 8 October 2013 16:21, Sachin Kamat <[email protected]> wrote: > 'tegra_gart_pm_ops' is local to this file. Make it static. > > Signed-off-by: Sachin Kamat <[email protected]> > --- > drivers/iommu/tegra-gart.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iommu/tegra-gart.c b/drivers/iommu/tegra-gart.c > index f75483a..dba1a9f 100644 > --- a/drivers/iommu/tegra-gart.c > +++ b/drivers/iommu/tegra-gart.c > @@ -411,7 +411,7 @@ static int tegra_gart_remove(struct platform_device *pdev) > return 0; > } > > -const struct dev_pm_ops tegra_gart_pm_ops = { > +static const struct dev_pm_ops tegra_gart_pm_ops = { > .suspend = tegra_gart_suspend, > .resume = tegra_gart_resume, > }; > -- > 1.7.9.5 >
Gentle ping on this series. -- With warm regards, Sachin _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
