patch-2.4.14 linux/drivers/video/sa1100fb.h
Next file: linux/drivers/video/sis/sis_main.c
Previous file: linux/drivers/video/sa1100fb.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Thu Oct 25 13:53:52 2001
-  Orig file: 
v2.4.13/linux/drivers/video/sa1100fb.h
-  Orig date: 
Mon Aug 27 12:41:46 2001
diff -u --recursive --new-file v2.4.13/linux/drivers/video/sa1100fb.h linux/drivers/video/sa1100fb.h
@@ -51,10 +51,10 @@
 
 /* Shadows for LCD controller registers */
 struct sa1100fb_lcd_reg {
-	Word lccr0;
-	Word lccr1;
-	Word lccr2;
-	Word lccr3;
+	unsigned long lccr0;
+	unsigned long lccr1;
+	unsigned long lccr2;
+	unsigned long lccr3;
 };
 
 #define RGB_8	(0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)