From: Daniel Vetter Date: Tue, 12 Jan 2021 08:43:46 +0000 (+0100) Subject: drm/arc: Delete arcpgu_priv->fb X-Git-Tag: v5.13-rc1~123^2~14^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4eaf70d43d88911204082e475fd861917712805f;p=thirdparty%2Flinux.git drm/arc: Delete arcpgu_priv->fb Leftover from the conversion to the generic fbdev emulation. Cc: Eugeniy Paltsev Acked-by: Thomas Zimmermann Signed-off-by: Daniel Vetter Cc: Alexey Brodkin Link: https://patchwork.freedesktop.org/patch/msgid/20210112084358.2771527-3-daniel.vetter@ffwll.ch --- diff --git a/drivers/gpu/drm/arc/arcpgu.h b/drivers/gpu/drm/arc/arcpgu.h index 87821c91a00c2..ed77dd5dd5cb2 100644 --- a/drivers/gpu/drm/arc/arcpgu.h +++ b/drivers/gpu/drm/arc/arcpgu.h @@ -12,7 +12,6 @@ struct arcpgu_drm_private { struct drm_device drm; void __iomem *regs; struct clk *clk; - struct drm_framebuffer *fb; struct drm_crtc crtc; struct drm_plane *plane; };