[PATCH] various fbdev files: mark structs and array read-only

- move some structs and arrays to the read-only (.rodata) section

[akpm@osdl.org: build fix]
Signed-off-by: Helge Deller <deller@gmx.de>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Helge Deller
2006-12-08 02:40:28 -08:00
committad av Linus Torvalds
förälder adf6b20654
incheckning d95159cf1b
6 ändrade filer med 9 tillägg och 9 borttagningar

Visa fil

@@ -57,7 +57,7 @@ struct fb_cvt_data {
u32 status;
};
static int fb_cvt_vbi_tab[] = {
static const unsigned char fb_cvt_vbi_tab[] = {
4, /* 4:3 */
5, /* 16:9 */
6, /* 16:10 */