summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-07-16 13:45:39 +1000
committerDave Airlie <airlied@linux.ie>2007-07-16 13:45:39 +1000
commit191c062933bb7a6f9dabf3fd639321e1dac88c50 (patch)
treeed855d150b2b099d52df5a1e2c880e5229e7f22f /linux-core/drmP.h
parent24311d5d82b61a4729b15355088dd9c2898d1089 (diff)
drm: remove drm_ref_t
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 9a79b0df..19e9d627 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -387,11 +387,11 @@ struct drm_buf_entry {
*/
#define DRM_FILE_HASH_ORDER 8
-typedef enum{
+enum drm_ref_type {
_DRM_REF_USE=0,
_DRM_REF_TYPE1,
_DRM_NO_REF_TYPES
-} drm_ref_t;
+};
/** File private data */