aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_drv.h
diff options
context:
space:
mode:
authorChristopher Harvey <charvey@matrox.com>2013-02-26 10:54:22 -0500
committerDave Airlie <airlied@redhat.com>2013-03-08 08:30:54 +1000
commitcc59487a05b1aae6987b4a5d56603ed3e603f82e (patch)
tree0673303e66d70835568854909aeb7ca13a88e6af /drivers/gpu/drm/mgag200/mgag200_drv.h
parentMerge branch 'drm-fixes-3.9' of git://people.freedesktop.org/~agd5f/linux into drm-next (diff)
downloadlinux-dev-cc59487a05b1aae6987b4a5d56603ed3e603f82e.tar.xz
linux-dev-cc59487a05b1aae6987b4a5d56603ed3e603f82e.zip
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>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/mgag200/mgag200_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mgag200/mgag200_drv.h b/drivers/gpu/drm/mgag200/mgag200_drv.h
index 5ea5033eae0a..4d932c46725d 100644
--- a/drivers/gpu/drm/mgag200/mgag200_drv.h
+++ b/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;