drm: Remove unused fbdev_list members
I noticed that intel_fbdev->our_mode is unused. Introduced by79e539453b
("DRM: i915: add mode setting support"). Then I noticed that intel_fbdev->fbdev_list is unused as well. Introduced by386516744b
("drm/fb: fix fbdev object model + cleanup properly.") in i915, nouveau and radeon. Subsequently cargo culted to amdgpu, ast, cirrus, qxl, udl, virtio and mgag200. Already removed from the latter withcc59487a05
("drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not used"). Remove it from the others. Signed-off-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:

committed by
Daniel Vetter

parent
5f91190505
commit
cb1197173f
@@ -33,7 +33,6 @@ module_param(fb_defio, int, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
|
||||
struct udl_fbdev {
|
||||
struct drm_fb_helper helper;
|
||||
struct udl_framebuffer ufb;
|
||||
struct list_head fbdev_list;
|
||||
int fb_count;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user