patch-2.3.16 linux/arch/m68k/hp300/config.c
Next file: linux/arch/m68k/hp300/hil.c
Previous file: linux/arch/m68k/bvme6000/rtc.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Aug 26 12:42:31 1999
- Orig file:
v2.3.15/linux/arch/m68k/hp300/config.c
- Orig date:
Tue Jan 19 10:58:26 1999
diff -u --recursive --new-file v2.3.15/linux/arch/m68k/hp300/config.c linux/arch/m68k/hp300/config.c
@@ -31,7 +31,7 @@
extern int hp300_keyb_init(void);
#else
/* Dummy function for when there is no keyboard. */
-__initfunc(int hp300_keyb_init(void))
+int __init hp300_keyb_init(void)
{
}
#endif
@@ -60,7 +60,7 @@
strcpy(model, "HP9000/300");
}
-__initfunc(void config_hp300(void))
+void __init config_hp300(void)
{
mach_sched_init = hp300_sched_init;
mach_keyb_init = hp300_keyb_init;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)