aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-02-20 10:51:19 +1000
committerDave Airlie <airlied@redhat.com>2008-02-20 11:27:22 +1000
commit8844245cfcc5b19caafc772fd457401ab3253a28 (patch)
tree5e472aa5c55e3607ddd6c65528ad06da83816475 /linux-core/drm_crtc.h
parent2c409f9a07a9d815b95fc8a5a4705d7988afe5df (diff)
drm/fb: get rid of offset from structure use bo offset
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index 43ef95ed..30970579 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -235,7 +235,6 @@ struct drm_framebuffer {
struct list_head head;
int id; /* idr assigned */
unsigned int pitch;
- unsigned long offset;
unsigned int width;
unsigned int height;
/* depth can be 15 or 16 */