aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/shmobile-ipmmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/shmobile-ipmmu.h')
-rw-r--r--drivers/iommu/shmobile-ipmmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/shmobile-ipmmu.h b/drivers/iommu/shmobile-ipmmu.h
index 4d53684673e1..9524743ca1fb 100644
--- a/drivers/iommu/shmobile-ipmmu.h
+++ b/drivers/iommu/shmobile-ipmmu.h
@@ -14,7 +14,7 @@ struct shmobile_ipmmu {
struct device *dev;
void __iomem *ipmmu_base;
int tlb_enabled;
- struct mutex flush_lock;
+ spinlock_t flush_lock;
const char * const *dev_names;
unsigned int num_dev_names;
};