drm/modesetting: bo not used anymore
authorDave Airlie <airlied@redhat.com>
Wed, 4 Jun 2008 03:09:05 +0000 (13:09 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Jun 2008 03:09:05 +0000 (13:09 +1000)
linux-core/drm_crtc.c

index 73ad317..d2060fd 100644 (file)
@@ -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");