diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-02-08 18:59:02 +0100 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-02-08 18:59:02 +0100 |
commit | bf8f46d4c64eb5b66814223f7e5ddb8d8e7a555e (patch) | |
tree | 24ede8ce1f30bb21ea0cc1ad6f30a48c753ac4be /linux-core/drmP.h | |
parent | e4b2da440699f581a8779ea8cb9e99e4c903e6a7 (diff) |
Fix mm_block leak.
Some other minor fixes.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 7b8f2c66..55035210 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -608,9 +608,6 @@ typedef enum { } drm_object_type_t; - - - /* * A user object is a structure that helps the drm give out user handles * to kernel internal objects and to keep track of these objects so that @@ -647,6 +644,7 @@ typedef struct drm_ref_object { drm_ref_t unref_action; } drm_ref_object_t; +struct drm_buffer_object; #include "drm_ttm.h" |