summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-07-20 13:34:32 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-07-20 13:34:32 +1000
commitde46e94d181a9e7a65b7f15cd915c10af0d98497 (patch)
treefcb2a43dcce53ec06040f3eb7b6f18a1acf2eb66 /include
parentb1462214d83d57adceaf690df91ac08763e3e681 (diff)
parent0db9b7aebb6a1c2bba2d0636ae0b1f9ef729c827 (diff)
Merge commit 'dwmw2-iommu/master'
Diffstat (limited to 'include')
-rw-r--r--include/linux/iova.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/iova.h b/include/linux/iova.h
index 228f6c94b69c..76a0759e88ec 100644
--- a/include/linux/iova.h
+++ b/include/linux/iova.h
@@ -28,7 +28,6 @@ struct iova {
/* holds all the iova translations for a domain */
struct iova_domain {
- spinlock_t iova_alloc_lock;/* Lock to protect iova allocation */
spinlock_t iova_rbtree_lock; /* Lock to protect update of rbtree */
struct rb_root rbroot; /* iova domain rbtree root */
struct rb_node *cached32_node; /* Save last alloced node */