diff options
author | Dave Airlie <airlied@redhat.com> | 2008-06-04 13:09:05 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-06-04 13:09:05 +1000 |
commit | 8690ad8ae0778f2ccd8b428e1c6a8614ebc51707 (patch) | |
tree | 0609e077ae531c784b457c0660e1e3fbddd836e4 /linux-core/drm_crtc.c | |
parent | 58aca7485a4cd9fcccc6e4044325048abcc2f9c7 (diff) | |
download | libdrm-8690ad8ae0778f2ccd8b428e1c6a8614ebc51707.tar.gz libdrm-8690ad8ae0778f2ccd8b428e1c6a8614ebc51707.tar.bz2 libdrm-8690ad8ae0778f2ccd8b428e1c6a8614ebc51707.zip |
drm/modesetting: bo not used anymore
Diffstat (limited to 'linux-core/drm_crtc.c')
-rw-r--r-- | linux-core/drm_crtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.c b/linux-core/drm_crtc.c index 73ad317a..d2060fd1 100644 --- a/linux-core/drm_crtc.c +++ b/linux-core/drm_crtc.c @@ -1257,7 +1257,6 @@ int drm_mode_cursor_ioctl(struct drm_device *dev, struct drm_mode_cursor *req = data; struct drm_mode_object *obj; struct drm_crtc *crtc; - struct drm_buffer_object *bo = NULL; /* must be set */ int ret = 0; DRM_DEBUG("\n"); |