diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-06-28 14:45:26 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2007-07-02 15:07:02 -0400 |
commit | b323ab52aa9ccbfb06dd723ece361a5242d067b0 (patch) | |
tree | e056f413630860e77b5ec2b1d8b09a902d298a9d /linux-core/drmP.h | |
parent | a27af4c4a665864df09123f177ca7269e48f6171 (diff) |
Drop drm_drawable_list and add drm_drawable_info directly to the idr.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index dd3a69df..7bcd095a 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -598,10 +598,6 @@ typedef struct ati_pcigart_info { int table_size; } drm_ati_pcigart_info; -struct drm_drawable_list { - drm_drawable_info_t info; -}; - #include "drm_objects.h" /** |