On Mon, 2009-03-16 at 21:39 +1100, Stephen Rothwell wrote: > Hi James, > > Today's linux-next build (powerpc allyesconfig) failed like this: > > drivers/message/built-in.o:(.data.rel+0x88): multiple definition of `ioc_list' > drivers/scsi/built-in.o:(.data.rel+0x2760): first defined here > > Caused by commit 635374e7eb110e80d9918b8611198edd56a32975 ("[SCSI] > mpt2sas v00.100.11.15"). ioc_list is not a good choice for a global > name. The other definition is in drivers/message/fusion/mptbase.c. > > I have reverted that commit for today. Eric, Vould we get this one sorted out before the merge window opens? ... the simple fix seems to be to rename ioc_list in mpt2sas ... and track down any more global symbols with unfortunate names. James -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html