The patch titled qla1280: fix section mismatch warnings has been removed from the -mm tree. Its filename is qla1280-fix-section-mismatch-warnings.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: qla1280: fix section mismatch warnings From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Fix section mismatch warnings: WARNING: drivers/scsi/qla1280.o - Section mismatch: reference to .init.data: from .text between 'qla1280_get_token' (at offset 0x2a16) and 'qla1280_probe_one' WARNING: drivers/scsi/qla1280.o - Section mismatch: reference to .init.data: from .text between 'qla1280_get_token' (at offset 0x2a3c) and 'qla1280_probe_one' Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Cc: Andrew Vasquez <andrew.vasquez@xxxxxxxxxx> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/qla1280.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/qla1280.c~qla1280-fix-section-mismatch-warnings drivers/scsi/qla1280.c --- a/drivers/scsi/qla1280.c~qla1280-fix-section-mismatch-warnings +++ a/drivers/scsi/qla1280.c @@ -4210,7 +4210,7 @@ qla1280_setup(char *s) } -static int +static int __init qla1280_get_token(char *str) { char *sep; _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch acpi-identify-which-device-is-not-power-manageable.patch git-mtd.patch ioat-fix-sparse-ulong-warning.patch ioat-fix-header-file-kernel-doc.patch ioat-fix-kernel-doc-in-source-files.patch git-scsi-misc.patch aic7-cleanup-module_parm_desc-strings.patch dc395x-fix-printk-format-warning.patch areca-raid-linux-scsi-driver.patch kernel-doc-consistent-text-man-mode-output.patch kernel-doc-make-man-text-mode-function-output-same.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