Browse Source

drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not used

Signed-off-by: Christopher Harvey <charvey@matrox.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Christopher Harvey 12 years ago
parent
commit
cc59487a05
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpu/drm/mgag200/mgag200_drv.h

+ 0 - 1
drivers/gpu/drm/mgag200/mgag200_drv.h

@@ -112,7 +112,6 @@ struct mga_framebuffer {
 struct mga_fbdev {
 	struct drm_fb_helper helper;
 	struct mga_framebuffer mfb;
-	struct list_head fbdev_list;
 	void *sysram;
 	int size;
 	struct ttm_bo_kmap_obj mapping;