patch-2.4.22 linux-2.4.22/include/asm-mips/module.h
Next file: linux-2.4.22/include/asm-mips/mv64340.h
Previous file: linux-2.4.22/include/asm-mips/mmu_context.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
2003-08-25 04:44:43.000000000 -0700
-  Orig file: 
linux-2.4.21/include/asm-mips/module.h
-  Orig date: 
2001-09-09 10:43:01.000000000 -0700
diff -urN linux-2.4.21/include/asm-mips/module.h linux-2.4.22/include/asm-mips/module.h
@@ -56,8 +56,8 @@
 	extern const struct exception_table_entry __start___dbe_table[];
 	extern const struct exception_table_entry __stop___dbe_table[];
 	static struct archdata archdata = {
-		dbe_table_start:	__start___dbe_table,
-		dbe_table_end:		__stop___dbe_table,
+		.dbe_table_start	= __start___dbe_table,
+		.dbe_table_end		= __stop___dbe_table,
 	};
 
 	mod->archdata_start = (char *)&archdata;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)