Re: [PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static

2015-05-05 Thread Fabian Frederick
> On 05 May 2015 at 18:03 Joerg Roedel wrote: > > > On Wed, Apr 29, 2015 at 09:05:17PM +0200, Fabian Frederick wrote: > > msm_iommu_lock is only used in msm_iommu.c > > > > Signed-off-by: Fabian Frederick > > --- > >  drivers/iommu/msm_iommu.c | 2 +- > >  1 file changed, 1 insertion(+), 1

Re: [PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static

2015-05-05 Thread Joerg Roedel
On Wed, Apr 29, 2015 at 09:05:17PM +0200, Fabian Frederick wrote: > msm_iommu_lock is only used in msm_iommu.c > > Signed-off-by: Fabian Frederick > --- > drivers/iommu/msm_iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This driver is marked BROKEN, I think its more important

Re: [PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static

2015-05-05 Thread Fabian Frederick
On 05 May 2015 at 18:03 Joerg Roedel j...@8bytes.org wrote: On Wed, Apr 29, 2015 at 09:05:17PM +0200, Fabian Frederick wrote: msm_iommu_lock is only used in msm_iommu.c Signed-off-by: Fabian Frederick f...@skynet.be ---   drivers/iommu/msm_iommu.c | 2 +-   1 file changed, 1

Re: [PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static

2015-05-05 Thread Joerg Roedel
On Wed, Apr 29, 2015 at 09:05:17PM +0200, Fabian Frederick wrote: msm_iommu_lock is only used in msm_iommu.c Signed-off-by: Fabian Frederick f...@skynet.be --- drivers/iommu/msm_iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) This driver is marked BROKEN, I think its more

[PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static

2015-04-29 Thread Fabian Frederick
msm_iommu_lock is only used in msm_iommu.c Signed-off-by: Fabian Frederick --- drivers/iommu/msm_iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/msm_iommu.c b/drivers/iommu/msm_iommu.c index 15a2063..f2a6321 100644 --- a/drivers/iommu/msm_iommu.c +++

[PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static

2015-04-29 Thread Fabian Frederick
msm_iommu_lock is only used in msm_iommu.c Signed-off-by: Fabian Frederick f...@skynet.be --- drivers/iommu/msm_iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/msm_iommu.c b/drivers/iommu/msm_iommu.c index 15a2063..f2a6321 100644 ---