summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-07-03 10:41:48 -0400
committerKristian Høgsberg <krh@redhat.com>2007-07-03 10:41:48 -0400
commitd57b7f02d2e525e5600e5d77370d7ad2b4c9b265 (patch)
tree4a81bc2802d5a6ee43d60581026d45ab5864fa4e /linux-core/drmP.h
parent1814a829eb65ee53a14fa9b53fc6f3a4196dcaa5 (diff)
Use idr_replace trick to eliminate struct drm_ctx_sarea_list.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 7bcd095a..c992c8d9 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -570,10 +570,6 @@ typedef struct drm_ctx_list {
drm_file_t *tag; /**< associated fd private data */
} drm_ctx_list_t;
-struct drm_ctx_sarea_list {
- drm_map_t *map;
-};
-
typedef struct drm_vbl_sig {
struct list_head head;
unsigned int sequence;