diff options
Diffstat (limited to 'drivers/video/matrox')
-rw-r--r-- | drivers/video/matrox/matroxfb_DAC1064.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/matrox/matroxfb_DAC1064.c b/drivers/video/matrox/matroxfb_DAC1064.c index f9fa0fd00292..1717623aabc0 100644 --- a/drivers/video/matrox/matroxfb_DAC1064.c +++ b/drivers/video/matrox/matroxfb_DAC1064.c | |||
@@ -869,12 +869,9 @@ static int MGAG100_preinit(struct matrox_fb_info *minfo) | |||
869 | minfo->capable.plnwt = minfo->devflags.accelerator == FB_ACCEL_MATROX_MGAG100 | 869 | minfo->capable.plnwt = minfo->devflags.accelerator == FB_ACCEL_MATROX_MGAG100 |
870 | ? minfo->devflags.sgram : 1; | 870 | ? minfo->devflags.sgram : 1; |
871 | 871 | ||
872 | #ifdef CONFIG_FB_MATROX_G | ||
873 | if (minfo->devflags.g450dac) { | 872 | if (minfo->devflags.g450dac) { |
874 | minfo->outputs[0].output = &g450out; | 873 | minfo->outputs[0].output = &g450out; |
875 | } else | 874 | } else { |
876 | #endif | ||
877 | { | ||
878 | minfo->outputs[0].output = &m1064; | 875 | minfo->outputs[0].output = &m1064; |
879 | } | 876 | } |
880 | minfo->outputs[0].src = minfo->outputs[0].default_src; | 877 | minfo->outputs[0].src = minfo->outputs[0].default_src; |