diff options
author | Lukas Wunner <lukas@wunner.de> | 2015-11-01 08:22:00 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-11-24 05:41:52 -0500 |
commit | cb1197173f46003616bcacbe2fea55ec3dd90e91 (patch) | |
tree | fa74035c2b8a5e1c7b474db81316106913540cf0 /drivers/gpu/drm/ast/ast_drv.h | |
parent | 5f911905054a64cf8c7871fddd33f4af74f07a17 (diff) |
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/ast/ast_drv.h')
-rw-r--r-- | drivers/gpu/drm/ast/ast_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h index 05f6522c0457..2e931eeba105 100644 --- a/drivers/gpu/drm/ast/ast_drv.h +++ b/drivers/gpu/drm/ast/ast_drv.h | |||
@@ -256,7 +256,6 @@ struct ast_framebuffer { | |||
256 | struct ast_fbdev { | 256 | struct ast_fbdev { |
257 | struct drm_fb_helper helper; | 257 | struct drm_fb_helper helper; |
258 | struct ast_framebuffer afb; | 258 | struct ast_framebuffer afb; |
259 | struct list_head fbdev_list; | ||
260 | void *sysram; | 259 | void *sysram; |
261 | int size; | 260 | int size; |
262 | struct ttm_bo_kmap_obj mapping; | 261 | struct ttm_bo_kmap_obj mapping; |