diff options
author | Dave Airlie <airlied@redhat.com> | 2008-02-20 13:26:40 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-02-22 13:49:51 +1000 |
commit | 0d1cb1e8408d497fec66d9f31603f93800049c75 (patch) | |
tree | 24831811959ad020d821b15b3f7a93787bc40514 | |
parent | e85ec6693ac85a75da1f4b20beee255b6672cb33 (diff) |
hopefully shit works now without this...
-rw-r--r-- | linux-core/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h index 30970579..d733d8ca 100644 --- a/linux-core/drm_crtc.h +++ b/linux-core/drm_crtc.h @@ -479,7 +479,7 @@ struct drm_output { struct drm_display_info *monitor_info; /* if any */ const struct drm_output_funcs *funcs; void *driver_private; - uint32_t make_shit_work; + struct list_head user_modes; struct drm_property_blob *edid_blob_ptr; u32 property_ids[DRM_OUTPUT_MAX_PROPERTY]; |