Tony Luck wrote: > > > 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?
I suspect EXPORT is left over from the initial development/debug. Either change is fine with me. -- Russ Anderson, OS RAS/Partitioning Project Lead SGI - Silicon Graphics Inc [EMAIL PROTECTED] - 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
