> 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.
Why is it exported? mca_drv.c (our only mca related module) doesn't use it. Perhaps the fix should be to drop the EXPORT? -Tony - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
