Hello! I just compiled linux kernel 2.6.33-rc7 and get this warning: WARNING: drivers/scsi/hpsa.o(.text+0x1cad): Section mismatch in reference from the function hpsa_pci_init() to the function .devinit.text:hpsa_interrupt_mode() The function hpsa_pci_init() references the function __devinit hpsa_interrupt_mode(). This is often because hpsa_pci_init lacks a __devinit annotation or the annotation of hpsa_interrupt_mode is wrong. I hope it'll be corrected soon. Thank you for attention. Sincerelly, Alexandr. P.S.: Sorry for my poor English. -- 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