[PATCH 2.6.10-mm2] mips: remove duplicate _end entry

From: Yoichi Yuasa
Date: Thu Jan 06 2005 - 10:58:32 EST


This patch had removed duplicate _end entry.

* removed _end in include/asm-mips/sections.h

Only 2.6.10-mm2 need this patch.

diff -urN -X dontdiff b-orig/include/asm-mips/sections.h b/include/asm-mips/sections.h
--- b-orig/include/asm-mips/sections.h Sat Dec 25 06:35:49 2004
+++ b/include/asm-mips/sections.h Thu Jan 6 23:18:24 2005
@@ -4,6 +4,5 @@
#include <asm-generic/sections.h>

extern char _fdata;
-extern char _end;

#endif /* _ASM_SECTIONS_H */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/