diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2007-11-05 10:06:37 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2007-11-05 10:06:37 +0000 |
commit | 1b91113957e731d264d1e5d49326597f3b78e96f (patch) | |
tree | 73c44588f9823cb90c3527386f4089bf15509dfe /linux-core | |
parent | 306bb12603ad724f50fb6ce212a090ea7ea78013 (diff) |
remove unused define
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/drm_objects.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drm_objects.h b/linux-core/drm_objects.h index 01876d93..bbce2ea5 100644 --- a/linux-core/drm_objects.h +++ b/linux-core/drm_objects.h @@ -157,7 +157,6 @@ struct drm_fence_object { }; #define _DRM_FENCE_CLASSES 8 -#define _DRM_FENCE_TYPE_EXE 0x00 struct drm_fence_class_manager { struct list_head ring; |