public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static
@ 2015-04-29 19:05 Fabian Frederick
  2015-05-05 16:03 ` Joerg Roedel
  0 siblings, 1 reply; 3+ messages in thread
From: Fabian Frederick @ 2015-04-29 19:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: Fabian Frederick, Joerg Roedel, iommu

msm_iommu_lock is only used in msm_iommu.c

Signed-off-by: Fabian Frederick <fabf@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
--- a/drivers/iommu/msm_iommu.c
+++ b/drivers/iommu/msm_iommu.c
@@ -47,7 +47,7 @@ __asm__ __volatile__ (							\
 
 static int msm_iommu_tex_class[4];
 
-DEFINE_SPINLOCK(msm_iommu_lock);
+static DEFINE_SPINLOCK(msm_iommu_lock);
 
 struct msm_priv {
 	unsigned long *pgtable;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-05 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 19:05 [PATCH 1/1 linux-next] iommu/msm: make msm_iommu_lock static Fabian Frederick
2015-05-05 16:03 ` Joerg Roedel
2015-05-05 17:19   ` Fabian Frederick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox