Thomas Zimmermann <tzimmerm...@suse.de> writes: > The field pdev is unused. Remove it. > > Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de> > --- > drivers/gpu/drm/tiny/ofdrm.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/tiny/ofdrm.c b/drivers/gpu/drm/tiny/ofdrm.c > index 13491c0e704a..7469dd281083 100644 > --- a/drivers/gpu/drm/tiny/ofdrm.c > +++ b/drivers/gpu/drm/tiny/ofdrm.c > @@ -291,7 +291,6 @@ struct ofdrm_device_funcs { > > struct ofdrm_device { > struct drm_device dev; > - struct platform_device *pdev; > > const struct ofdrm_device_funcs *funcs; > > -- > 2.48.1 >
Reviewed-by: Javier Martinez Canillas <javi...@redhat.com> -- Best regards, Javier Martinez Canillas Core Platforms Red Hat