diff -ur -x .depend -x *.o -x *.flags /linux.vanilla/drivers/video/cyberfb.c /linux/drivers/video/cyberfb.c --- /linux.vanilla/drivers/video/cyberfb.c Fri Feb 23 20:34:01 2001 +++ /linux/drivers/video/cyberfb.c Thu Mar 29 21:12:08 2001 @@ -122,8 +122,8 @@ static struct cyberfb_par current_par; -static int current_par_valid = 0; -static int currcon = 0; +static int current_par_valid; +static int currcon; static struct display disp; static struct fb_info fb_info; @@ -221,7 +221,7 @@ #define NUM_TOTAL_MODES ARRAY_SIZE(cyberfb_predefined) -static int Cyberfb_inverse = 0; +static int Cyberfb_inverse; /* * Some default modes @@ -1412,7 +1412,7 @@ volatile unsigned char *base) { volatile unsigned char *addr; - static unsigned char cvportbits = 0; /* Mirror port bits here */ + static unsigned char cvportbits; /* Mirror port bits here */ DPRINTK("ENTER\n"); addr = base + 0x40001;