1
0

drm/simpledrm: Remove struct simpledrm_device.nformats

The field nformats is unused. Remove it.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/20250401094056.32904-4-tzimmermann@suse.de
This commit is contained in:
Thomas Zimmermann
2025-04-01 11:37:06 +02:00
parent bca75ed92a
commit b2033b64bf

View File

@@ -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;