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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user