patch-2.3.14 linux/arch/i386/kernel/mca.c
Next file: linux/arch/i386/kernel/mtrr.c
Previous file: linux/arch/i386/kernel/irq.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Aug 18 11:25:29 1999
-  Orig file: 
v2.3.13/linux/arch/i386/kernel/mca.c
-  Orig date: 
Wed Jul 21 15:46:48 1999
diff -u --recursive --new-file v2.3.13/linux/arch/i386/kernel/mca.c linux/arch/i386/kernel/mca.c
@@ -222,7 +222,7 @@
 
 #define MCA_STANDARD_RESOURCES	(sizeof(mca_standard_resources)/sizeof(struct resource))
 
-__initfunc(void mca_init(void))
+void __init mca_init(void)
 {
 	unsigned int i, j;
 	unsigned long flags;
@@ -698,7 +698,7 @@
 
 /*--------------------------------------------------------------------*/
 
-__initfunc(void mca_do_proc_init(void))
+void __init mca_do_proc_init(void)
 {
 	int i;
 	struct proc_dir_entry* node = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)