From: Martin Michlmayr Date: Tue, 15 May 2007 19:03:36 +0000 (+0200) Subject: [IA64] Fix section conflict of ia64_mlogbuf_finish X-Git-Tag: v2.6.22-rc2~75^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17028c5c91580036eb41da2fad292965fa3b9a7d;p=pandora-kernel.git [IA64] Fix section conflict of ia64_mlogbuf_finish Building with GCC 4.2, I get the following error: CC arch/ia64/kernel/mca.o arch/ia64/kernel/mca.c:275: error: __ksymtab_ia64_mlogbuf_finish causes a section type conflict This is because ia64_mlogbuf_finish is both declared static and exported. Fix by removing the export (which is unneeded now). Signed-off-by: Martin Michlmayr Signed-off-by: Tony Luck --- Reading git-diff-tree failed