summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs/bochs.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-04-14 11:34:50 +0200
committerDave Airlie <airlied@redhat.com>2014-04-18 05:31:50 +0200
commitc044330baa91b6885597cfaaa58b00b6aa690958 (patch)
tree63e50d280ec8a76c7dc75ea92af602b400e0e2cb /drivers/gpu/drm/bochs/bochs.h
parentdrm: bochs: add power management support (diff)
downloadlinux-c044330baa91b6885597cfaaa58b00b6aa690958.tar.xz
linux-c044330baa91b6885597cfaaa58b00b6aa690958.zip
drm: bochs: drop unused struct fields
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/bochs/bochs.h')
-rw-r--r--drivers/gpu/drm/bochs/bochs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/bochs/bochs.h b/drivers/gpu/drm/bochs/bochs.h
index 460820551b09..7eb52dd44b01 100644
--- a/drivers/gpu/drm/bochs/bochs.h
+++ b/drivers/gpu/drm/bochs/bochs.h
@@ -88,8 +88,6 @@ struct bochs_device {
struct bochs_framebuffer gfb;
struct drm_fb_helper helper;
int size;
- int x1, y1, x2, y2; /* dirty rect */
- spinlock_t dirty_lock;
bool initialized;
} fb;
};