On Thu, Jul 12, 2012 at 07:59:12PM +0000, Rustad, Mark D wrote: > On Jul 11, 2012, at 4:02 AM, Heiko Carstens wrote: > > > Fix this warning: > > > > WARNING: drivers/scsi/fcoe/libfcoe.o(.init.text+0x7c): > > Section mismatch in reference from the function init_module() > > to the function .exit.text:fcoe_transport_exit() > > As far as I can see, resolving this issue only requires removing the >__exit annotation from the fcoe_transport_exit function, as three > previous patches have done. I believe that is the correct fix and I > have verified that by building with full section analysis turned on. Yes, you're right. Just ignore my patch and use one of the others. Ah, I see, James did that already ;) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html