aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_fb.c
diff options
context:
space:
mode:
authorLukas Wunner <lukas@wunner.de>2015-11-01 14:22:00 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-11-24 11:41:52 +0100
commitcb1197173f46003616bcacbe2fea55ec3dd90e91 (patch)
treefa74035c2b8a5e1c7b474db81316106913540cf0 /drivers/gpu/drm/udl/udl_fb.c
parentGPU-DRM: Delete unnecessary checks before drm_property_unreference_blob() (diff)
downloadlinux-dev-cb1197173f46003616bcacbe2fea55ec3dd90e91.tar.xz
linux-dev-cb1197173f46003616bcacbe2fea55ec3dd90e91.zip
drm: Remove unused fbdev_list members
I noticed that intel_fbdev->our_mode is unused. Introduced by 79e539453b34 ("DRM: i915: add mode setting support"). Then I noticed that intel_fbdev->fbdev_list is unused as well. Introduced by 386516744ba4 ("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 with cc59487a05b1 ("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>
Diffstat (limited to 'drivers/gpu/drm/udl/udl_fb.c')
-rw-r--r--drivers/gpu/drm/udl/udl_fb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/udl/udl_fb.c b/drivers/gpu/drm/udl/udl_fb.c
index 62c7b1dafaa4..b9df46efb622 100644
--- a/drivers/gpu/drm/udl/udl_fb.c
+++ b/drivers/gpu/drm/udl/udl_fb.c
@@ -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;
};