Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c044330b authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Dave Airlie
Browse files

drm: bochs: drop unused struct fields

parent b8ccd70f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
};
+0 −1
Original line number Diff line number Diff line
@@ -190,7 +190,6 @@ int bochs_fbdev_init(struct bochs_device *bochs)
	int ret;

	bochs->fb.helper.funcs = &bochs_fb_helper_funcs;
	spin_lock_init(&bochs->fb.dirty_lock);

	ret = drm_fb_helper_init(bochs->dev, &bochs->fb.helper,
				 1, 1);