patch-2.3.14 linux/drivers/video/hpfb.c
Next file: linux/drivers/video/igafb.c
Previous file: linux/drivers/video/g364fb.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Aug 12 10:22:33 1999
- Orig file:
v2.3.13/linux/drivers/video/hpfb.c
- Orig date:
Mon Aug 9 14:59:23 1999
diff -u --recursive --new-file v2.3.13/linux/drivers/video/hpfb.c linux/drivers/video/hpfb.c
@@ -384,7 +384,7 @@
* Initialise the framebuffer
*/
-unsigned long __init hpfb_init(unsigned long mem_start)
+int __init hpfb_init(void)
{
unsigned int sid;
@@ -421,9 +421,10 @@
}
}
- return mem_start;
+ return 0;
}
-void __init hpfb_setup(char *options, int *ints)
+int __init hpfb_setup(char *options)
{
+ return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)