summaryrefslogtreecommitdiff
path: root/linux-core/xgi_drv.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-08-29 00:04:18 -0700
committerIan Romanick <idr@us.ibm.com>2007-08-29 00:04:18 -0700
commit2bcd5b5e330843e1e1a5f0a19105ecd33e76b00b (patch)
tree197982405a8cd77bc857ad18965adab1426adaa6 /linux-core/xgi_drv.h
parent3383e8bd6bcd2323c81252e617c8522593baf818 (diff)
Use DRM_SPINLOCK / DRM_UNSPINLOCK macros.
Diffstat (limited to 'linux-core/xgi_drv.h')
-rw-r--r--linux-core/xgi_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/xgi_drv.h b/linux-core/xgi_drv.h
index c815f63e..d43a6b4e 100644
--- a/linux-core/xgi_drv.h
+++ b/linux-core/xgi_drv.h
@@ -73,7 +73,7 @@ struct xgi_info {
struct xgi_cmdring_info cmdring;
- spinlock_t fence_lock;
+ DRM_SPINTYPE fence_lock;
unsigned complete_sequence;
unsigned next_sequence;
};