Skip to content
Commit 17028c5c authored by Martin Michlmayr's avatar Martin Michlmayr Committed by Tony Luck
Browse files

[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: default avatarMartin Michlmayr <tbm@cyrius.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent c47953cf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment