The patch titled scx200_acb: fix section mismatch warning has been removed from the -mm tree. Its filename is scx200_acb-fix-section-mismatch-warning.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: scx200_acb: fix section mismatch warning From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> WARNING: drivers/i2c/busses/scx200_acb.o - Section mismatch: reference to .init.text: from .text after 'scx200_add_cs553x' (at offset 0x528) Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/i2c/busses/scx200_acb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/i2c/busses/scx200_acb.c~scx200_acb-fix-section-mismatch-warning drivers/i2c/busses/scx200_acb.c --- devel/drivers/i2c/busses/scx200_acb.c~scx200_acb-fix-section-mismatch-warning 2006-05-25 18:44:06.000000000 -0700 +++ devel-akpm/drivers/i2c/busses/scx200_acb.c 2006-05-25 18:44:06.000000000 -0700 @@ -491,7 +491,7 @@ static struct pci_device_id divil_pci[] #define MSR_LBAR_SMB 0x5140000B -static int scx200_add_cs553x(void) +static __init int scx200_add_cs553x(void) { u32 low, hi; u32 smb_base; _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch firmware_class-s-semaphores-mutexes.patch config-exit-if-no-beginning-filename.patch git-mtd.patch git-scsi-rc-fixes.patch imm-no-need-for-unchecked_isa_dma.patch lpfc-sparse-null-warnings.patch aic7-cleanup-module_parm_desc-strings.patch qla1280-fix-section-mismatch-warnings.patch areca-raid-linux-scsi-driver.patch git-watchdog.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch add-doc-submitchecklist.patch doc-add-audit-acct-to-docbook.patch ip2-fix-sections.patch codingstyle-add-typedefs-chapter.patch fix-listh-kernel-doc.patch listh-doc-change-counter-to-control.patch kernel-doc-drop-leading-space-in-sections.patch kernel-doc-script-cleanups.patch wd7000-fix-section-mismatch-warnings.patch megaraid_mbox-fix-section-mismatch-warnings.patch pi-futex-rt-mutex-docs-update.patch acpi-identify-which-device-is-not-power-manageable.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