summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-04 13:09:05 +1000
committerDave Airlie <airlied@redhat.com>2008-06-04 13:09:05 +1000
commit8690ad8ae0778f2ccd8b428e1c6a8614ebc51707 (patch)
tree0609e077ae531c784b457c0660e1e3fbddd836e4
parent58aca7485a4cd9fcccc6e4044325048abcc2f9c7 (diff)
drm/modesetting: bo not used anymore
-rw-r--r--linux-core/drm_crtc.c1
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");