The patch titled Fix section mismatch in the Adaptec DPT SCSI Raid driver has been added to the -mm tree. Its filename is fix-section-mismatch-in-the-adaptec-dpt-scsi-raid-driver.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix section mismatch in the Adaptec DPT SCSI Raid driver From: Joe Korty <joe.korty@xxxxxxxx> Fix section mismatch in the Adaptec DPT SCSI Raid driver. Signed-off-by: Joe Korty <joe.korty@xxxxxxxx> Cc: <aacraid@xxxxxxxxxxx> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/dpt_i2o.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/dpt_i2o.c~fix-section-mismatch-in-the-adaptec-dpt-scsi-raid-driver drivers/scsi/dpt_i2o.c --- a/drivers/scsi/dpt_i2o.c~fix-section-mismatch-in-the-adaptec-dpt-scsi-raid-driver +++ a/drivers/scsi/dpt_i2o.c @@ -3346,7 +3346,7 @@ static int __init adpt_init(void) return count > 0 ? 0 : -ENODEV; } -static void __exit adpt_exit(void) +static void adpt_exit(void) { while (hba_chain) adpt_release(hba_chain); _ Patches currently in -mm which might be from joe.korty@xxxxxxxx are fix-section-mismatch-in-the-adaptec-dpt-scsi-raid-driver.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html