mirror of https://gitee.com/openkylin/linux.git
drm/arc: Delete arcpgu_priv->fb
Leftover from the conversion to the generic fbdev emulation. Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Alexey Brodkin <abrodkin@synopsys.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210112084358.2771527-3-daniel.vetter@ffwll.ch
This commit is contained in:
parent
11cecb0d18
commit
4eaf70d43d
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue