diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2007-05-15 21:03:36 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-05-15 22:38:13 +0200 |
commit | 17028c5c91580036eb41da2fad292965fa3b9a7d (patch) | |
tree | 64076811f7ae671ea5b631ae222a469b3a0ac7ed /arch/ia64/lib/clear_user.S | |
parent | [IA64] s/scalibility/scalability/ (diff) | |
download | linux-17028c5c91580036eb41da2fad292965fa3b9a7d.tar.xz linux-17028c5c91580036eb41da2fad292965fa3b9a7d.zip |
[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 <tbm@cyrius.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/lib/clear_user.S')
0 files changed, 0 insertions, 0 deletions