aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/matrox
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/matrox')
-rw-r--r--drivers/video/matrox/matroxfb_base.c1
-rw-r--r--drivers/video/matrox/matroxfb_crtc2.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/matrox/matroxfb_base.c b/drivers/video/matrox/matroxfb_base.c
index 44bf8d4a216b..401a56e250bd 100644
--- a/drivers/video/matrox/matroxfb_base.c
+++ b/drivers/video/matrox/matroxfb_base.c
@@ -147,7 +147,6 @@ static struct fb_var_screeninfo vesafb_defined = {
147 39721L,48L,16L,33L,10L, 147 39721L,48L,16L,33L,10L,
148 96L,2L,~0, /* No sync info */ 148 96L,2L,~0, /* No sync info */
149 FB_VMODE_NONINTERLACED, 149 FB_VMODE_NONINTERLACED,
150 0, {0,0,0,0,0}
151}; 150};
152 151
153 152
diff --git a/drivers/video/matrox/matroxfb_crtc2.c b/drivers/video/matrox/matroxfb_crtc2.c
index d7112c39614b..02796a4317a9 100644
--- a/drivers/video/matrox/matroxfb_crtc2.c
+++ b/drivers/video/matrox/matroxfb_crtc2.c
@@ -593,7 +593,6 @@ static struct fb_var_screeninfo matroxfb_dh_defined = {
593 39721L,48L,16L,33L,10L, 593 39721L,48L,16L,33L,10L,
594 96L,2,0, /* no sync info */ 594 96L,2,0, /* no sync info */
595 FB_VMODE_NONINTERLACED, 595 FB_VMODE_NONINTERLACED,
596 0, {0,0,0,0,0}
597}; 596};
598 597
599static int matroxfb_dh_regit(const struct matrox_fb_info *minfo, 598static int matroxfb_dh_regit(const struct matrox_fb_info *minfo,