patch-2.3.14 linux/drivers/video/matroxfb.c

Next file: linux/drivers/video/offb.c
Previous file: linux/drivers/video/macmodes.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/drivers/video/matroxfb.c linux/drivers/video/matroxfb.c
@@ -5152,9 +5152,10 @@
 static unsigned int fh = 0;		/* "matrox:fh:xxxxxk" */
 static unsigned int maxclk = 0;		/* "matrox:maxclk:xxxxM" */
 static char fontname[64];		/* "matrox:font:xxxxx" */
+static char videomode[64];		/* "matrox:mode:xxxxx" or "matrox:xxxxx" */
 
 #ifndef MODULE
-void __init matroxfb_setup(char *options, int *ints){
+int __init matroxfb_setup(char *options) {
 	char *this_opt;
 	
 	DBG("matroxfb_setup")
@@ -6088,7 +6089,7 @@
 #ifndef MODULE
 static int __init initialized = 0;
 
-void __init matroxfb_init(void)
+int __init matroxfb_init(void)
 {
 	DBG("matroxfb_init")
 	

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)