X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fvideo%2Ffbcvt.c;h=0847c5e72cbd73ff2fcf53afe59c1d729810e2d9;hb=6f660f12d703fa23069317f0a64c6b75d08c15c2;hp=ac90883dc3aa310ea23016ba9cf01f95165f91ba;hpb=def1ededb7bfefc8678b4c7251622f7cbe65af94;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/video/fbcvt.c b/drivers/video/fbcvt.c index ac90883..0847c5e 100644 --- a/drivers/video/fbcvt.c +++ b/drivers/video/fbcvt.c @@ -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 */ @@ -376,4 +376,3 @@ int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb) return 0; } -EXPORT_SYMBOL(fb_find_mode_cvt);