patch-2.3.13 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: 26
- Date:
Mon Aug 9 10:25:01 1999
- Orig file:
v2.3.12/linux/drivers/video/hpfb.c
- Orig date:
Thu Oct 1 10:02:21 1998
diff -u --recursive --new-file v2.3.12/linux/drivers/video/hpfb.c linux/drivers/video/hpfb.c
@@ -301,7 +301,7 @@
#define TOPCAT_FBOMSB 0x5d
#define TOPCAT_FBOLSB 0x5f
-__initfunc(int hpfb_init_one(unsigned long base))
+int __init hpfb_init_one(unsigned long base)
{
unsigned long fboff;
@@ -384,7 +384,7 @@
* Initialise the framebuffer
*/
-__initfunc(unsigned long hpfb_init(unsigned long mem_start))
+unsigned long __init hpfb_init(unsigned long mem_start)
{
unsigned int sid;
@@ -424,6 +424,6 @@
return mem_start;
}
-__initfunc(void hpfb_setup(char *options, int *ints))
+void __init hpfb_setup(char *options, int *ints)
{
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)