diff options
| -rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_g450.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/matrox/matroxfb_g450.c b/drivers/video/fbdev/matrox/matroxfb_g450.c index cff0546ea6fd..f108ae66fc83 100644 --- a/drivers/video/fbdev/matrox/matroxfb_g450.c +++ b/drivers/video/fbdev/matrox/matroxfb_g450.c | |||
| @@ -433,7 +433,7 @@ static void cve2_init_TVdata(int norm, struct mavenregs* data, const struct outp | |||
| 433 | 0x00, /* 3E written multiple times */ | 433 | 0x00, /* 3E written multiple times */ |
| 434 | 0x00, /* 3F not written */ | 434 | 0x00, /* 3F not written */ |
| 435 | } }; | 435 | } }; |
| 436 | static struct mavenregs ntscregs = { { | 436 | static const struct mavenregs ntscregs = { { |
| 437 | 0x21, 0xF0, 0x7C, 0x1F, /* 00: chroma subcarrier */ | 437 | 0x21, 0xF0, 0x7C, 0x1F, /* 00: chroma subcarrier */ |
| 438 | 0x00, | 438 | 0x00, |
| 439 | 0x00, /* test */ | 439 | 0x00, /* test */ |
