summaryrefslogtreecommitdiff
path: root/linux-core/xgi_drv.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-08-06 16:17:23 -0700
committerIan Romanick <idr@us.ibm.com>2007-08-06 16:17:23 -0700
commit90907c59152f628d6f0efea4927a06e547f4a3c7 (patch)
tree9bae338845d3446c6e131e9d96afadb038a2386c /linux-core/xgi_drv.h
parentf96bff9e213a950ab910832908d30e732435e628 (diff)
Replace per-heap semaphores with drm_device::struct_mutex.
Diffstat (limited to 'linux-core/xgi_drv.h')
-rw-r--r--linux-core/xgi_drv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/xgi_drv.h b/linux-core/xgi_drv.h
index 48c4b42c..384381c7 100644
--- a/linux-core/xgi_drv.h
+++ b/linux-core/xgi_drv.h
@@ -85,9 +85,6 @@ struct xgi_info {
struct xgi_mem_heap fb_heap;
struct xgi_mem_heap pcie_heap;
- struct semaphore fb_sem;
- struct semaphore pcie_sem;
-
struct xgi_cmdring_info cmdring;
};