diff options
| -rw-r--r-- | drivers/gpu/drm/bochs/bochs.h | 2 | ||||
| -rw-r--r-- | drivers/gpu/drm/bochs/bochs_fbdev.c | 1 |
2 files changed, 0 insertions, 3 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 { | |||
| 88 | struct bochs_framebuffer gfb; | 88 | struct bochs_framebuffer gfb; |
| 89 | struct drm_fb_helper helper; | 89 | struct drm_fb_helper helper; |
| 90 | int size; | 90 | int size; |
| 91 | int x1, y1, x2, y2; /* dirty rect */ | ||
| 92 | spinlock_t dirty_lock; | ||
| 93 | bool initialized; | 91 | bool initialized; |
| 94 | } fb; | 92 | } fb; |
| 95 | }; | 93 | }; |
diff --git a/drivers/gpu/drm/bochs/bochs_fbdev.c b/drivers/gpu/drm/bochs/bochs_fbdev.c index 4da5206b7cc9..561b84474122 100644 --- a/drivers/gpu/drm/bochs/bochs_fbdev.c +++ b/drivers/gpu/drm/bochs/bochs_fbdev.c | |||
| @@ -190,7 +190,6 @@ int bochs_fbdev_init(struct bochs_device *bochs) | |||
| 190 | int ret; | 190 | int ret; |
| 191 | 191 | ||
| 192 | bochs->fb.helper.funcs = &bochs_fb_helper_funcs; | 192 | bochs->fb.helper.funcs = &bochs_fb_helper_funcs; |
| 193 | spin_lock_init(&bochs->fb.dirty_lock); | ||
| 194 | 193 | ||
| 195 | ret = drm_fb_helper_init(bochs->dev, &bochs->fb.helper, | 194 | ret = drm_fb_helper_init(bochs->dev, &bochs->fb.helper, |
| 196 | 1, 1); | 195 | 1, 1); |
