Commit b2033b64 authored by Thomas Zimmermann's avatar Thomas Zimmermann
Browse files

drm/simpledrm: Remove struct simpledrm_device.nformats

parent bca75ed9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -246,7 +246,6 @@ struct simpledrm_device {

	/* modesetting */
	uint32_t formats[8];
	size_t nformats;
	struct drm_plane primary_plane;
	struct drm_crtc crtc;
	struct drm_encoder encoder;