patch-2.4.22 linux-2.4.22/include/asm-mips64/module.h

Next file: linux-2.4.22/include/asm-mips64/mv64340.h
Previous file: linux-2.4.22/include/asm-mips64/mmu_context.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-mips64/module.h linux-2.4.22/include/asm-mips64/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)